Kofax DM API Instrukcja Użytkownika Strona 491

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 490
DM API TOKENS 471
%SECURITY
%SECURITY
This token is used to retrieve the user’s access rights for the specified
document(s). Each user may be granted different privileges (for
example, allowed to view, not allowed to copy, etc.)
Syntax
PCDSearch.AddReturnProperty(“%SECURITY”)
Parameters
Example
'Create a search object.
Set pDoc = CreateObject("PCDClient.PCDSearch.1")
'Set the DM Security Token.
pDoc.SetDST( DST )
'Indicate that the search should return security properties.
pDoc.AddReturnProperty("%SECURITY")
'Execute the search.
pDoc.Execute
Related Items
See the PCDSearch object.
See the AddReturnProperty method.
%SECURITY The token identifier that the current
user’s security mask (access priviliges)
are to be returned for the specified
document(s).
Przeglądanie stron 490
1 2 ... 486 487 488 489 490 491 492 493 494 495 496 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag