PolicyCollection class

The collection of information policies for the site collection.

Inheritance hierarchy

System.Object
  Microsoft.Office.RecordsManagement.InformationPolicy.PolicyCollection

Namespace:  Microsoft.Office.RecordsManagement.InformationPolicy
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class PolicyCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As PolicyCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class PolicyCollection : ICollection, 
    IEnumerable

Remarks

An information management policy is a set of rules for a certain type of important content.

For more information about information policies and policy features, see Introduction to Information Management Policy.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PolicyCollection members

Microsoft.Office.RecordsManagement.InformationPolicy namespace