SysVersionControlTmpItem::newControllable Method
Constructs a new Controllable.
Syntax
client server public static SysVersionControllable newControllable(
SysVersionControlItemPath _itemPath,
Filename _filename,
[boolean _useTreeNode])
Run On
ClientOrServer
Parameters
- _itemPath
Type: SysVersionControlItemPath Extended Data Type
A SysVersionControlItemPath for the controllable.
- _filename
Type: Filename Extended Data Type
The local file path of the element under version control.
- _useTreeNode
Type: boolean
A Boolean value that indicates whether a controllable can be created by using a tree node from the AOT.
Return Value
Type: SysVersionControllable Interface
An instance of a class implementing the SysVersionControllable interface when the element is supported; otherwise nullNothingnullptrunita null reference (Nothing in Visual Basic).
Remarks
Set the value of the _useTreeNode parameter to false to make sure that a SysTreeNodeVirtualDeleted object is created for AOT elements.