Policy.ProcessChangesForDeletedGlobalPolicyItem method

NOTE: This API is now obsolete.

This member is reserved for internal use and is not intended to be used directly from your code.

Processes policy changes for deleted site collection policies on a site for the specified policy feature.

Namespace:  Microsoft.Office.RecordsManagement.InformationPolicy
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
<ObsoleteAttribute("This method is intended for internal use")> _
Public Sub ProcessChangesForDeletedGlobalPolicyItem ( _
    site As SPSite, _
    featureId As String _
)
'Usage
Dim instance As Policy
Dim site As SPSite
Dim featureId As String

instance.ProcessChangesForDeletedGlobalPolicyItem(site, _
    featureId)
[ObsoleteAttribute("This method is intended for internal use")]
public void ProcessChangesForDeletedGlobalPolicyItem(
    SPSite site,
    string featureId
)

Parameters

  • featureId
    Type: System.String

    The ID of the policy feature to process.

See also

Reference

Policy class

Policy members

Microsoft.Office.RecordsManagement.InformationPolicy namespace