PolicyCollection.Delete Method
Deletes the specified information policy from the specified site collection.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Sub Delete ( _
site As SPSite, _
Id As String _
)
'Usage
Dim site As SPSite
Dim Id As String
PolicyCollection.Delete(site, Id)
public static void Delete(
SPSite site,
string Id
)
Parameters
- site
Type: Microsoft.SharePoint.SPSite
The site collection from which to delete the specified information policy.
- Id
Type: System.String
The ID of the policy to return.
Remarks
This method raises an exception if the policy is currently applied to items in the site collection.
Use the Id property of the Policy object to return the policy's ID.
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace