ContentAuthorizorBase Class Properties

In this section, the ContentAuthorizorBase class properties are presented in alphabetical order.

Description

Use the ALLOW_DIRECTORY property to set or return a string value representing the authorization granted to the current user for all files in the current requested directory.

This property is read-only.

Example

&cmd = %This.ALLOW_DIRECTORY;

Description

Use the ALLOW_SUBDIR property to return a string value representing the authorization granted to the current user for all files in the current directory and all its sub directories.

This property is read-only.

Example

&cmd = %This.ALLOW_SUBDIR;

Description

Use the DENY property to return a string value indicating that the current request is denied.

This property is read-only.

Example

&cmd = %This.DENY;