Returns true if the caller retrieving the role is a member of that role.

Namespace:  FileNet.Api.Security
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IsCallerInRole As Nullable(Of Boolean)
C#
Nullable<bool> IsCallerInRole { get; }
Visual C++
property Nullable<bool> IsCallerInRole {
	Nullable<bool> get ();
}
JavaScript
function get_isCallerInRole();

ToggleRemarks

ToggleSee Also