Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 StringPolicyFeature.ValidateManifest(xmlManifest)
public static void ValidateManifest(
string xmlManifest
)
Parameters
xmlManifest
Type: System.StringThe XML information policy feature definition to validate.
Remarks
For more information about the policy feature schema, see Policy Feature Definition Schema Overview (ECM).
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace