PolicyCollection.Add method

Adds the specified information policy to the collection.

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

Syntax

'Declaration
Public Shared Sub Add ( _
    site As SPSite, _
    xmlManifest As String _
)
'Usage
Dim site As SPSite
Dim xmlManifest As StringPolicyCollection.Add(site, xmlManifest)
public static void Add(
    SPSite site,
    string xmlManifest
)

Parameters

  • xmlManifest
    Type: System.String

    An XML representation of the policy definition.

Remarks

To validate an XML representation of an information policy, use the ValidateManifest method of the Policy object.

For more information about the schema to which policy definitions must adhere, see Policy Schema Overview.

See also

Reference

PolicyCollection class

PolicyCollection members

Microsoft.Office.RecordsManagement.InformationPolicy namespace