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.
Removes the information policy from the specified content type.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Sub DeletePolicy ( _
ct As SPContentType _
)
'Usage
Dim ct As SPContentType
Policy.DeletePolicy(ct)
public static void DeletePolicy(
SPContentType ct
)
Parameters
- ct
Type: Microsoft.SharePoint.SPContentType
The content type from which to remove the information policy.
Remarks
For more information about information policies in content types, see Policies in Content Types.
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace