SysVersionControlTmpItem.getControllable Method
Constructs a SysVersionControllable object.
Syntax
public SysVersionControllable getControllable([boolean _forceVirtualDeletedForDeleteOperation])
Run On
Called
Parameters
- _forceVirtualDeletedForDeleteOperation
Type: boolean
A Boolean value that indicates whether to always use a SysTreeNodeVirtualDeleted instance when the file is opened for delete.
Return Value
Type: SysVersionControllable Interface
An instance of a class that implements the SysVersionControllable interface.
Remarks
If the caller expects a SysTreeNodeVirtualDeleted object in case of delete, use true for the value of the _forceVirtualDeletedForDeleteOperation parameter.
Otherwise, this method will return a non-virtual object when the delete object actually exists in the AOT. This can occur, for example, when the delete operation was a result of moving an object to a different model.