PublicAPI.Projects.Types.ProjectWork.IsDirty ELMA API Documentation
Check, if there are unsaved changes in the object
 
 
Syntax

public bool IsDirty(
	ProjectWork obj
)

Parameters

obj
Type: ProjectWork
System Object. Project Type. Access path: PublicAPI.Projects.Types.ProjectWork

Return Value

Type: Boolean
true, if there are changes
See Also