Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the list template is user created.
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 ReadOnly Property IsCustomTemplate As Boolean
Get
'Usage
Dim instance As ListTemplate
Dim value As Boolean
value = instance.IsCustomTemplate
[RemoteAttribute]
public bool IsCustomTemplate { get; }
Property Value
Type: System.Boolean
Returns Booleantrue if the list template is user created; if returns false the list template is a system component.
Remarks
If false, the list template is a system component.