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.StringThe 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.
See also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy namespace