Share via


PolicyFeature.ValidateManifest Method

Validates the specified XML information policy feature 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 String

PolicyFeature.ValidateManifest(xmlManifest)
public static void ValidateManifest(
    string xmlManifest
)

Parameters

  • xmlManifest
    Type: System.String
    The XML information policy feature definition to validate.

Remarks

For more information about the policy feature schema, see Policy Feature Definition Schema Overview.

See Also

Reference

PolicyFeature Class

PolicyFeature Members

Microsoft.Office.RecordsManagement.InformationPolicy Namespace