Click or drag to resize

IEntityLoad Method

Method for loading the entity

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
bool Load(
	Object entityId
)

Parameters

entityId
Type: SystemObject
Id of the entity to load

Return Value

Type: Boolean
True if no errors encountered otherwise false
See Also