 | 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)
Syntaxprotected virtual bool DoAppend()
Protected Overridable Function DoAppend As Boolean
Return Value
Type:
BooleanTrue if success, false otherwise
See Also