ListCreationInformation.DocumentTemplateType property
Gets or sets a value that specifies the identifier of the document template for the new list.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property DocumentTemplateType As Integer
Get
Set
'Usage
Dim instance As ListCreationInformation
Dim value As Integer
value = instance.DocumentTemplateType
instance.DocumentTemplateType = value
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.