Click or drag to resize

ITreeListGetEntityByNode Method

Gets an entity from a tree list node

Namespace:  EBP.Api.Interfaces.Controls.TreeList
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IEntity GetEntityByNode(
	ITreeListNode node
)

Parameters

node
Type: EBP.Api.Interfaces.Controls.TreeListITreeListNode
Tree list node

Return Value

Type: IEntity
Entity of this node, otherwise null
See Also