...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetRepository (repositoryName : STRING)
repositoryId : GENERIC;
|
The xpfGetRepository function returns the repositoryId that uniquely identifies the repository in the EDMdatabase with the given name repositoryName. The constant xpxNullId is returned when no matching repository is found. This function is equivalent to the EDMinterface function edmiGetRepository.
Arguments
...
Type | Name | Comment |
STRING | repositoryName | The name of the repository within the EDMdatabase |
Return Value
...
Type | Name | Comment |
GENERIC | repositoryId | The unique id of the repository |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|