PublicAPI.Processes.WorkflowInstance.IsNew ELMA API Documentation
Check, if the object is new (not saved in the database)
 
 
Syntax

public bool IsNew(
	WorkflowInstance obj
)

Parameters

obj
Type: WorkflowInstance
System Object. Object. Access path: PublicAPI.Processes.WorkflowInstance

Return Value

Type: Boolean
true, if new
See Also