DocumentSetTemplate.WelcomePageFields property

Gets the collections of fields that are displayed on the welcome page of DocumentSet objects that use this template.

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

Syntax

'Declaration
Public ReadOnly Property WelcomePageFields As WelcomePageFieldCollection
    Get
'Usage
Dim instance As DocumentSetTemplate
Dim value As WelcomePageFieldCollection

value = instance.WelcomePageFields
public WelcomePageFieldCollection WelcomePageFields { get; }

Property value

Type: Microsoft.Office.DocumentManagement.DocumentSets.WelcomePageFieldCollection
An SPField collection representing the fields to be displayed on the welcome page

See also

Reference

DocumentSetTemplate class

DocumentSetTemplate members

Microsoft.Office.DocumentManagement.DocumentSets namespace

SPField

WelcomePageFieldCollection