DocumentSet.WelcomePageUrl property
Gets the relative URL of the Welcome page for the DocumentSet() object.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property WelcomePageUrl As String
Get
'Usage
Dim instance As DocumentSet
Dim value As String
value = instance.WelcomePageUrl
public virtual string WelcomePageUrl { get; }
Property value
Type: System.String
A string representation of the Welcome page for the current DocumentSet() object.