Select all users with a given role
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IUser[] SelectUsersByRole( string roleId, string folioId ) |
Visual Basic |
---|
Function SelectUsersByRole ( _ roleId As String, _ folioId As String _ ) As IUser() |
Visual C++ |
---|
array<IUser^>^ SelectUsersByRole( String^ roleId, String^ folioId ) |