ListTemplate.IsCustomTemplate property

Specifies whether the list template is user created.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property IsCustomTemplate As Boolean
    Get
'Usage
Dim instance As ListTemplate
Dim value As Boolean

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

See also

Reference

ListTemplate class

ListTemplate members

Microsoft.SharePoint.Client namespace