PublicAPI.Processes.Objects.WorkflowQueueItem.IsDirty ELMA API Documentation
Check, if there are unsaved changes in the object
 
 
Syntax

public bool IsDirty(
	WorkflowQueueItem obj
)

Parameters

obj
Type: WorkflowQueueItem
System Object. Object. Access path: PublicAPI.Processes.Objects.WorkflowQueueItem

Return Value

Type: Boolean
true, if there are changes
See Also