only selects user roles from parent entities

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

Syntax

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

Parameters

entityID
Type: System..::..String

Return Value

See Also