Return a SpecialPrincipal object for a #REALM-USERS special principal

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared Function REALM_USERS ( _
	realm As IRealm _
) As SpecialPrincipal
C#
public static SpecialPrincipal REALM_USERS(
	IRealm realm
)
Visual C++
public:
static SpecialPrincipal^ REALM_USERS(
	IRealm^ realm
)
JavaScript
FileNet.Api.Constants.SpecialPrincipal.realM_USERS = function(realm);

Parameters

realm
Type: FileNet.Api.Security..::.IRealm
The Realm object representing the realm.

Return Value

a SpecialPrincipal representing the #REALM-USERS special principal for the given realm

ToggleSee Also