Call this function after you have made any modifications to the Item.
Syntax: |
---|
DlxItem.SetModified(flag = true) |
Parameters
Parameter | Description |
---|---|
flag | Flag indicating whether the Item has been modified. |
Return Value
If an error occurs it returns false, otherwise it returns true.
Example
Copy code | |
---|---|
DlxApp.GetJob().GetProject("prj1").SetModified(false);
|