These functions create, delete, move and copy objects. They also retrieve and display object information and control access to objects.
Function | Description |
---|---|
EssGetLocalPath | Gets the full local file for an object file on the client. |
EssListObjects | Lists all objects of types specified. |
EssGetObjectInfo | Gets information about a specified object. |
EssGetObject | Copies an object from the server to a local file, and optionally locks it. |
EssPutObject | Copies an object from a local file to the server, and optionally unlocks it. |
EssLockObject | Locks an object on the server to prevent other users from updating it. |
EssUnlockObject | Unlocks a locked object on the server. |
EssCreateObject | Creates a new object. |
EssDeleteObject | Deletes an existing object. |
EssRenameObject | Renames an existing object. |
EssCopyObject | Copies an object. |