Return whether or not this principal is the special #CREATOR-OWNER pseudo-group.

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

ToggleSyntax

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

Parameters

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

Return Value

true if this principal is the special #CREATOR-OWNER pseudo-group or false otherwise.

ToggleSee Also