Checks to see if the user has access to the specified application. The FixCheckApplicationAccessQuiet method refrains from sending a security violation message if the user does not have access.
Syntax
object.FixCheckApplicationAccessQuiet(ApplicationID)
Properties
The FixCheckApplicationAccessQuiet method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
ApplicationID |
Integer Enumeration. The ID that corresponds to the application the user is interested in. |
Return Value
Long. Returns 1 if the user has access to the specified application, 0 otherwise.