Share via


PolicyResource.ValidateManifest Method

Validates the specified XML information policy resource definition.

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

Syntax

'Declaration
Public Shared Sub ValidateManifest ( _
    xmlManifest As String _
)
'Usage
Dim xmlManifest As StringPolicyResource.ValidateManifest(xmlManifest)
public static void ValidateManifest(
    string xmlManifest
)

Parameters

  • xmlManifest
    Type: System.String

    The XML information policy resource definition to validate.

Remarks

For more information about the schema to which policy resource definitions must adhere, see Policy Resource Definition Schema (ECM).

See Also

Reference

PolicyResource Class

PolicyResource Members

Microsoft.Office.RecordsManagement.InformationPolicy Namespace