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
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property DocumentTemplateUrl As String
    Get
    Set
'Usage
Dim instance As List
Dim value As String

value = instance.DocumentTemplateUrl

instance.DocumentTemplateUrl = value
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.

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace