PolicyResourceType Class
A policy resource type used by a specified policy feature.
Inheritance Hierarchy
System.Object
Microsoft.Office.RecordsManagement.InformationPolicy.PolicyResourceType
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 PolicyResourceType
'Usage
Dim instance As PolicyResourceType
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class PolicyResourceType
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.
For more information, see Policy Resource Overview in SharePoint Server 2010 (ECM).
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
Microsoft.Office.RecordsManagement.InformationPolicy Namespace