Vorheriges Thema: Role Methods

Nächstes Thema: SearchRoles

IsRoleExists

Description

This method checks whether the specified role exists.

Syntax

IsRoleExists (RoleName)

Parameters

Name

Type

Description

RoleName

string

The name of the role.

Return Value

True if the role exists, False if it does not.

Remarks

None.