cns_getViewPermission
Returns the permission bits defined for the given view.
Synopsis
bit32 cns_getViewPermission(string sViewName);
Parameters
| Parameter | Description | 
|---|---|
| sViewName | ID path of the view | 
Return value
Returns the permission bits defined for the given view.
Errors
-
Description
This function returns the permission bits defined for the given view.
main()
{
  DebugN(cns_getViewPermission("System1.myView:");
}
        Availability
UI, CTRL