{CompanyName} FlexyGo

EntityCollection..::..Delete Method

Runs delete Process on all objects in collection

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

Syntax


public bool Delete(
	bool ReloadConfig
)
Public 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.