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 String
PolicyResource.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.
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace