Get Groups by folio and role

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

Syntax

C#
IGroup[] SelectGroupsByRole(
	string roleId,
	string folioId
)
Visual Basic
Function SelectGroupsByRole ( _
	roleId As String, _
	folioId As String _
) As IGroup()
Visual C++
array<IGroup^>^ SelectGroupsByRole(
	String^ roleId, 
	String^ folioId
)

Parameters

roleId
Type: System..::..String
role ID to select by
folioId
Type: System..::..String
Folio ID that we are in

Return Value

See Also