SPFile.IsIRMed Property
Gets a Boolean value that indicates whether Information Rights Management is enabled for the file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property IsIRMed As Boolean
Get
'Usage
Dim instance As SPFile
Dim value As Boolean
value = instance.IsIRMed
public bool IsIRMed { get; }
Property Value
Type: System.Boolean
true if Information Rights Manament is enabled; otherwise, false.