cns_getReadableViews

Returns a list with all views (for which the current permission is sufficient) of the given system.

Synopsis

dyn_string cns_getReadableViews(string sSystem);

Parameters

Parameter Description
sSystem System ID

Return value

Returns a list containing all views for which the permission is sufficient

Errors

-

Description

This function returns a list with all views of the given system which are available with the current permission.

main()
{
  DebugN(cns_getReadableViews("System1"));
}

Availability

UI, CTRL