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)

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.

See also

Reference

SPFile class

SPFile members

Microsoft.SharePoint namespace