But how do you associate a content class with an Information Policy in code?
The Microsoft.Office.RecordsManagement.InformationPolicy object contains the Microsoft.Office.RecordsManagement.InformationPolicy.PolicyCatalog.FeatureList which is a PolicyFeatureCollection of all available PolicyFeatures installed.
It contains the following features:
- Barcode
- Label
- Expiration
- Audit
as well as my custom feature, RegulatoryDocumentManagement.
Linking a contenttype with an information policy is done through the CreatePolicy interface described at MSDN.
No comments:
Post a Comment