Skip to content

AllowViewAccess - cWebSessionManager

Triggers an AllowAccess call to the view

Type: Function
Return Data Type: Boolean

Parameters

Parameter Type Description
hoView Handle Handle of the web view object
sViewName String View name

Syntax

Function AllowViewAccess Handle hoView String sViewName Returns Boolean

Call Example

Get AllowViewAccess hoView sViewName to BooleanVariable

Description

Called for each view in the AJAX request header's DataDictionary Object (DDO) structures. Triggers an AllowAccess call to the view.

Use this to allow or restrict access to the referenced view and to manage access rights to each view in your application.

Return Value

True if access is allowed to the referenced view, else False.