Call this function after you have made any modifications to the Item.

syntaxSyntax:
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 codeCopy code
DlxApp.GetJob().GetProject("prj1").SetModified(false);

See also