ChangeFolder(LogonID, XMLSummarys, NewFolderID)
Move Objects to a new folder
Parameter
|
Type
|
Explanation
|
LogonID
|
String
|
ID returned from LogOn function.
|
XMLSummarys
|
String
|
XML string containing one or more Summarys
|
NewFolderID
|
Integer
|
The ID of the Folder to move the objects to.
|
Return
|
String
|
Empty string if successful, or error message.
|
The following error messages may be returned:
Error - Not currently logged on
Error - Cannot access temp folder
Error: Invalid FolderID
Error: Summarys xml string not supplied
Error: Cannot load Summarys xml string
Error: Invalid ObjectID(s)
Error: Cannot find ObjectID inside Summarys xml string
Error: User has insufficient permissions to delete the object from the current folder. Object:123,124
Error: User has insufficient permissions to create object(s), of the specified type or template, in the specified folder. Object:123,124
Error: Cannot lock object:123,124
|