RenameObject |
Scroll |
Changes the name of the specified object.
Namespace: Therefore.API
Visual Basic Public Overridable Function RenameObject ( _ nObjType As TheObjectType, _ nObjno As Integer, _ strNewName As String _ ) C# public virtual void RenameObject ( TheObjectType nObjType, int nObjno, string strNewName )
Parameters nObjType The type of object to rename.
nObjNo The ID of the object to rename.
strNewName The new name of the object. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |