SysVersionControlTmpItem::newControllable Method

Constructs a new Controllable.

Syntax

client server public static SysVersionControllable newControllable(
    SysVersionControlItemPath _itemPath, 
    Filename _filename, 
   [boolean _useTreeNode])

Run On

ClientOrServer

Parameters

  • _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.

See Also

Reference

SysVersionControlTmpItem Table