xpfGetRepositoryOpenMode

FUNCTION xpfGetRepositoryOpenMode (repositoryId : GENERIC)
                                   openMode     : INTEGER;
                

The xpfGetRepositoryOpenMode function returns the current open mode, i.e. the current access rights to the specified repository.

Arguments


TypeNameComment
GENERICrepositoryIdThe unique id of the repository within the EDMdatabase

Return Value


 

TypeNameComment
INTEGERopenMode

The possible returned values are one of the following integer constants:

  • 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.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.