Click or drag to resize

EntityExtensionBaseDoAppend Method

Method called after entity is appended. If return false, the append of the entity is canceled

Namespace:  EBP.Api.Entity
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected virtual bool DoAppend()

Return Value

Type: Boolean
True if success, false otherwise
See Also