PolicyCatalog.FeatureList Property
Gets the collection of policy features installed on the SharePoint server farm.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared ReadOnly Property FeatureList As PolicyFeatureCollection
Get
'Usage
Dim value As PolicyFeatureCollection
value = PolicyCatalog.FeatureList
public static PolicyFeatureCollection FeatureList { get; }
Property Value
Type: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyFeatureCollection
A PolicyFeatureCollection object that represents the policy features installed on the SharePoint server farm.
Remarks
A policy feature is an assembly or other piece of code that provides some content management functionality to Microsoft SharePoint Server 2010, and possibly to Microsoft Office 2010 client application documents as well.
For more information about information policy features, see Policy Feature Overview in SharePoint Server 2010 (ECM).
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace