QueryGalaxiesEx method
- Last UpdatedJul 23, 2024
- 1 minute read
Queries a given Galaxy Repository (GR) node to list all available Galaxies, including the Modern InTouch ViewApp Galaxies. You do not need to be logged in to run this query.
Class
GRAccess
Syntax
[C#]
IGalaxies QueryGalaxiesEx(string GRNodeName);
[Visual C++]
HRESULT QueryGalaxiesEx
(
[in, optional] BSTR grNodeName,
[out, retval] IGalaxies** galaxies
);
Parameters
grNodeName
Name of the Galaxy Repository to be queried.