JSDO properties, methods, and events reference : catalogURIs property
  

catalogURIs property

Returns the list of URIs successfully used to load Data Service 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 Data Service Catalog loaded using the addCatalog( ) method on the current JSDOSession or Session object. To return a corresponding list of Data Object Services for which the Data Service Catalogs are loaded, read the services property.

See also:

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