SYNTAX:
xpfGetRepositoryOpenModeBN (repositoryName : STRING)
openMode : INTEGER;
The xpfGetRepositoryOpenModeBN function returns the current open mode, i.e. the current access rights to the specified repository.
The possible returned values are one of the following constants:
Returned values |
Definition |
xpxRO |
Repository open for read only access. |
xpxRW |
Repository open for read and write access. |
xpxNOACCESS |
Repository is closed, no access to the repository is permitted. |
This function is equivalent to the EDMinterface function edmiGetRepositoryOpenModeBN.