...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetModelOpenModeBN (repositoryName : STRING
modelId : STRING)
modelOpenMode : INTEGER;
|
The xpfGetModelOpenMode function returns the current open mode in the argument <modelOpenMode>, i.e. the current access rights to the specified model as specified by the arguments <repositoryName> and <modelName>. The combination of the <repositoryName> and <modelName> arguments uniquely identifies a model in an EDMdatabase.
The possible returned values are:
xpxRO
Arguments
...
Type | Name | Comment |
STRING | modelName | The name of the model within the EDMdatabase |
STRING | repositoryName | The name of the repository within the EDMdatabase |
Return Value
...
Type | Name | Comment |
INTEGER | modelOpenMode | Access right for the given model. The possible values are
|
...
|
...
|
...
|
...
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|