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.InterfacesAssembly: 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() |