다음을 통해 공유


DocumentSetTemplate.WelcomePageView Property

Gets or sets the view to use in displaying the contents of document sets 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 Property WelcomePageView As SPView
    Get
    Set
'Usage
Dim instance As DocumentSetTemplate
Dim value As SPView

value = instance.WelcomePageView

instance.WelcomePageView = value
public SPView WelcomePageView { get; set; }

Property Value

Type: Microsoft.SharePoint.SPView
The SPView object to use for displaying the contents of DocumentSet objects on its welcome page.

See Also

Reference

DocumentSetTemplate Class

DocumentSetTemplate Members

Microsoft.Office.DocumentManagement.DocumentSets Namespace

SPView