ContentType.DocumentTemplateUrl property
Gets a value that specifies the URL of the document template assigned to the content type.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DocumentTemplateUrl As String
Get
'Usage
Dim instance As ContentType
Dim value As String
value = instance.DocumentTemplateUrl
public string DocumentTemplateUrl { get; }
Property value
Type: System.String
Returns a String.instance representing the URL of the document template assigned to the content type.