PolicyResourceTypeCollection Class

The collection of policy resources types used by a specified policy feature.

Inheritance Hierarchy

System.Object
  Microsoft.Office.RecordsManagement.InformationPolicy.PolicyResourceTypeCollection

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

Syntax

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

Remarks

You can use resource types to categorize resources for a specified policy feature.

For example, the Expiration policy feature employs two types of resources:

  • An Expiration Formula Calculator policy resource type to determine a document's actual expiration date.

  • An Expiration Action policy resource type to determine what action to take when an item reaches its expiration date.

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

PolicyResourceTypeCollection Members

Microsoft.Office.RecordsManagement.InformationPolicy Namespace