Share via


ListTemplate.IsCustomTemplate Property

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.

See Also

Reference

ListTemplate Class

ListTemplate Members

Microsoft.SharePoint.Client Namespace