NOTE:_BYUNGK: Deprecated. Purge is not required for this object since this.RemoveRole() results in permanant delete. Once deleted, object is not restorable.

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

Syntax

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

Parameters

entityID
Type: System..::..String

Return Value

See Also