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

Syntax

C#
IGroupRole[] SelectInheritedGroupRoles(
	string entityID
)
Visual Basic
Function SelectInheritedGroupRoles ( _
	entityID As String _
) As IGroupRole()
Visual C++
array<IGroupRole^>^ SelectInheritedGroupRoles(
	String^ entityID
)

Parameters

entityID
Type: System..::..String

See Also