List.DocumentTemplateUrl Property
Gets or sets a value that specifies the server-relative URL of the document template for the list.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property DocumentTemplateUrl As String
Get
Set
'Usage
Dim instance As List
Dim value As String
value = instance.DocumentTemplateUrl
instance.DocumentTemplateUrl = value
[RemoteAttribute]
public string DocumentTemplateUrl { get; set; }
Property Value
Type: System.String
Returns a String representing the server-relative URL of the document template for the list.
Remarks
It must be a null reference (Nothing in Visual Basic) if BaseType is not DocumentLibrary. It must not be empty. It must be a URL of server-relative form.