VB Main API Object Functions

These functions create, delete, move and copy objects. They also retrieve and display object information and control access to objects.

FunctionDescription
EsbGetLocalPathGets the full local file for an object file on the client.
EsbListObjectsLists all objects of types specified.
EsbGetObjectInfoGets information about a specified object.
EsbGetObjectCopies an object from the server to a local file, and optionally locks it.
EsbPutObjectCopies an object from a local file to the server, and optionally unlocks it.
EsbLockObjectLocks an object on the server to prevent other users from updating it.
EsbUnlockObjectUnlocks a locked object on the server.
EsbCreateObjectCreates a new object.
EsbDeleteObjectDeletes an existing object.
EsbRenameObjectRenames an existing object.
EsbCopyObjectCopies an object.