ListCreationInformation.DocumentTemplateType Property

Gets or sets a value that specifies the identifier of the document template for the new 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 DocumentTemplateType As Integer
    Get
    Set
'Usage
Dim instance As ListCreationInformation
Dim value As Integer

value = instance.DocumentTemplateType

instance.DocumentTemplateType = value
[RemoteAttribute]
public int DocumentTemplateType { get; set; }

Property Value

Type: System.Int32
Returns a Int32.instance representing the identifier of the document template for the new list.

See Also

Reference

ListCreationInformation Class

ListCreationInformation Members

Microsoft.SharePoint.Client Namespace