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.
Returns true if the list supports content types.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property AllowContentTypes As Boolean
Get
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.AllowContentTypes
public bool AllowContentTypes { get; }
Type: System.Boolean
true if the list supports content types; otherwise, false.