PublicAPI.Docflow.Objects.BPMN.AssignDocumentTask.IsNew ELMA API Documentation
Check, if the object is new (not saved in the database)
 
 
Syntax

public bool IsNew(
	AssignDocumentTask obj
)

Parameters

obj
Type: AssignDocumentTask
System Object. Object. Access path: PublicAPI.Docflow.Objects.BPMN.AssignDocumentTask

Return Value

Type: Boolean
true, if new
See Also