| InstantiateProcessOptionsTargetParent Property |
Defines the Tree Structure parent object for the target object in the new process instance.
TargetParent is not required. If provided the ID must match the TargetParentId attribue.
If the security must contain the right values for the new process instance, then the
TargetParent must be provided. (This is only applicable if the process must be used before
its saved to the database, like on the WorkItemDlg web page).
TargetParent is only applicable for process templates of type "New".
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic DataObject TargetParent { get; set; }
Property Value
Type:
DataObject
See Also