Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpfGetRepositoryOpenMode (repositoryId : GENERIC)
                          openMode     : INTEGER;
 
The xpfGetRepositoryOpenMode 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 integer 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 edmiGetRepositoryOpenMode.

  • No labels