savefavorites
Last updated

saves a comma separated list of the published items added to Favorites.
Category: RAS-Connections
id (mandatory) Specify the RAS connection ID to use.
favorites (mandatory) Specify the published items to save in Favorites.
synch (optional) Return once data is processed by the backend. See notes for further information.
window (optional) Specify the window handle that will be used as the parent to any UI required.
ok - Command was successful NotAvailable - Communication with the client backend failed, ensure that the client is running InvalidId - Invalid connection, object or session ID InvalidArgs - Some arguments are missing or invalid ElevationAccess - CLI process is running at a higher process privilege Exception - System problem
AppServerClientCLI savefavorites
With the synch on, this method will return once the data is processed by the backend, but before it is sent to the RAS server. If the RAS server is not reached or failed, you will not be notified.
logonras logoffras logoffallras logoffrassession startrasobj disconnectras disconnectallras getloggedrasinfo getraspolicyinfo getpublicipinfo clearpublicipinfo
Last updated
AppServerClientCLI savefavorites -id ras:5 -favorites 2,5,10 [-synch] [-window 12345]