| SE_version_rename |
Renames a version.
LONG SE_version_rename (SE_CONNECTION connection, const CHAR *old_name, const CHAR *new_name);
| connection | The connection handle |
| old_name | The current name of the version |
| new_name | The new name of the version |
SE_version_rename changes the name of the specified version.
SE_SUCCESS
SE_CONNECTION_IN_USE
SE_CONNECTION_LOCKED
SE_DB_IO_ERROR
SE_INVALID_CONNECTION
SE_NET_FAILURE
SE_INVALID_POINTER
SE_NO_PERMISSIONS
SE_SDE_NOT_STARTED
SE_TABLE_NOEXIST
SE_VERSION_EXISTS
SE_VERSION_NOEXIST