AllowedContentTypeCollection.Remove method
Namespace: Microsoft.SharePoint.Client.DocumentSet
Assembly: Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.DocumentManagement.dll)
Syntax
'Declaration
Public Sub Remove ( _
ctId As ContentTypeId _
)
'Usage
Dim instance As AllowedContentTypeCollection
Dim ctId As ContentTypeId
instance.Remove(ctId)
public void Remove(
ContentTypeId ctId
)
Parameters
- ctId
Type: Microsoft.SharePoint.Client.ContentTypeId
See also
Reference
AllowedContentTypeCollection class