{CompanyName} FlexyGo

EntityObject..::..Delete Method

Runs delete Process

Namespace:  FLEXYGO.Objects
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public virtual bool Delete(
	bool ReloadConfig
)
Public Overridable Function Delete ( _
	ReloadConfig As Boolean _
) As Boolean

Parameters

ReloadConfig
Type: Boolean
Set if system object configuration must be reloaded (Only for system objects)

Return Value

true if deleted, false otherwise.