Click or drag to resize

AccessComputationResult Properties

The AccessComputationResult type exposes the following members.

Properties
  NameDescription
Public propertyAccess
The access rights that the active user has to the data object.
Public propertyStatic memberDefault
Should be used/returned by an AM when it has no desire to modify the access to a data object for the active user.
Public propertyStatic memberFull
Should be used/returned by an AM when the active user should have full access to the data object.
Public propertyStatic memberNone
Should be used/returned by an AM when the active user should have no access at all to the data object.
Public propertyPropertyAccess
System names (case-insensitive) of properties that the active user is allowed to update on the data object which the computed access is for. Is ignored if null - meaning that all properties may then be updated by the active user. Is also ignored if Access doesn't contain "Update" (as it is then irrelevant).
Top
See Also