Policy.CanHavePolicy Method
Reserved for internal use.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Function CanHavePolicy ( _
ct As SPContentType _
) As Boolean
'Usage
Dim ct As SPContentType
Dim returnValue As Boolean
returnValue = Policy.CanHavePolicy(ct)
public static bool CanHavePolicy(
SPContentType ct
)
Parameters
ct
Type: Microsoft.SharePoint.SPContentTypeA SPContentType object.
Return Value
Type: System.Boolean
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace