Select all available roles. Roles are always defined globally. Please don't confuse it with UserRole. UserRole is combination of User and Role for an specific Folio. Role itself is just a collection of security settings.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IRole[] SelectAllRoles()
Visual Basic
Function SelectAllRoles As IRole()
Visual C++
array<IRole^>^ SelectAllRoles()

Field Value

IRole[]

Return Value

List of all roles

See Also