Pr_access_control, Related items – Kofax DM API User Manual
Page 442

422 C
HAPTER
5
%PR_ACCESS_CONTROL
pDocObject.SetProperty("%VERSION_ID", version)
'Get the requested information.
pDocObject.Fetch()
'Check for errors.
checkError(pDocObject, "ERROR_DOCPROFILEDSP_RIGHTS")
'Get the doc's effective rights for this user.
Set intAccessRights = _
pDocObject.GetReturnProperty("%EFFECTIVE_RIGHTS")
'Make sure user has rights to edit the profile.
If Not (pDocObject.HasRight("%PR_ACCESS_CONTROL", _
intAccessRights)) Then
'This user cannot control access to this document.
End If
Related Items
See the
PCDDocObject
object.
See the following methods:
GrantRight
HasRight
RevokeRight
See the following tokens:
%EFFECTIVE_RIGHTS
%PR_ACCESS_CONTROL
%PR_CONTENT_COPY
%PR_CONTENT_DELETE
%PR_CONTENT_EDIT
%PR_CONTENT_RETRIEVE
%PR_CONTENT_VIEW
%PR_EDIT
%PR_VIEW
%RIGHT8
%RIGHT9