SPList.RestrictedTemplateList Property
Gets a Boolean value that indicates whether access to the template list is restricted.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property RestrictedTemplateList As Boolean
Get
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.RestrictedTemplateList
public bool RestrictedTemplateList { get; }
Property Value
Type: System.Boolean
true if access to the template list is restricted; otherwise, false.