SetParentFolder |
Scroll |
Sets the parent folder of an object.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetObjects ( _ nType As TheObjectType, _ nObjectID As integer, _ nParentFolderNo As integer _ ) As Void C# public virtual void GetObjects ( TheObjectType nType, int nObjectID, int nParentFolderNo )
Parameters nType The type of the object.
nObjectID The ID of the object.
nParentFolderNo The new parent folder of the object.
|
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |