Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.