Return whether or not this principal is the special #AUTHENTICATED-USERS pseudo-group.

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

ToggleSyntax

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

Parameters

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

Return Value

true if this principal is the special #AUTHENTICATED-USERS pseudo-group or false otherwise.

ToggleSee Also