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.