WelcomePageFieldCollection class

Specifies the list of metadata fields for the content type that is associated with this DocumentSet object.

Inheritance hierarchy

System.Object
  Microsoft.Office.DocumentManagement.DocumentSets.WelcomePageFieldCollection

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Class WelcomePageFieldCollection _
    Implements IEnumerable(Of SPField), IEnumerable
'Usage
Dim instance As WelcomePageFieldCollection
public class WelcomePageFieldCollection : IEnumerable<SPField>, 
    IEnumerable

Remarks

The fields are shown on the Welcome page for document sets of this type.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WelcomePageFieldCollection members

Microsoft.Office.DocumentManagement.DocumentSets namespace