Return whether or not this principal is the special #REALM-USERS(realmNameOrId) pseudo-group.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared Function IsRealmUsers ( _
	principal As String _
) As Boolean
C#
public static bool IsRealmUsers(
	string principal
)
Visual C++
public:
static bool IsRealmUsers(
	String^ principal
)
JavaScript
FileNet.Api.Constants.SpecialPrincipal.isRealmUsers = function(principal);

Parameters

principal
Type: System..::.String
the principal string to test

Return Value

true if this principal is the special #REALM-USERS(realmNameOrId) pseudo-group or false otherwise.

ToggleSee Also