C 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
EssGetLocalPathGets the full local file for an object file on the client.
EssListObjectsLists all objects of types specified.
EssGetObjectInfoGets information about a specified object.
EssGetObjectCopies an object from the server to a local file, and optionally locks it.
EssPutObjectCopies an object from a local file to the server, and optionally unlocks it.
EssLockObjectLocks an object on the server to prevent other users from updating it.
EssUnlockObjectUnlocks a locked object on the server.
EssCreateObjectCreates a new object.
EssDeleteObjectDeletes an existing object.
EssRenameObjectRenames an existing object.
EssCopyObjectCopies an object.