Policy.DeletePolicy Method
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 SPContentTypePolicy.DeletePolicy(ct)
public static void DeletePolicy(
SPContentType ct
)
Parameters
ct
Type: Microsoft.SharePoint.SPContentTypeThe SPContentType 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