skip to main content
OpenEdge Mobile 11.5.1 Updates : Session management updates : JSDOSession properties : catalogURIs property
 
catalogURIs property
Returns the list of URIs successfully used to load JSDO catalogs into the current JSDOSession or Session object.
Data type: String array
Access: Read-only
Applies to: progress.data.JSDOSession class, progress.data.Session class
This list includes the URI for each JSDO catalog loaded using the addCatalog( ) method on the current JSDOSession or Session object. To return a corresponding list of Mobile services for which the JSDO catalogs are loaded, read the services property.

See also:

addCatalog( ) method (Session class), addCatalog( ) method (JSDOSession class), services property