Right9, Related items – Kofax DM API User Manual
Page 484
Advertising

464 C
HAPTER
5
%RIGHT9
'Check for errors.
checkError(pDocObject, "ERROR_DOCPROFILEDSP_RIGHTS")
'Get the user's effective rights for this document.
Set intAccessRights =
pDocObject.GetReturnProperty("%EFFECTIVE_RIGHTS")
'Make sure user has rights to view only published documents
'and records.
If Not (pDocObject.HasRight("%RIGHT9", intAccessRights)) Then
'The user does not have sufficient access rights to view
'only published documents.
End If
Related Items
See the
PCDDocObject
object.
See the following methods:
GrantRight
HasRight
RevokeRight
See the following tokens:
Advertising