Kofax DM API Bedienungsanleitung Seite 43

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 42
THE DM ARCHITECTURE 23
Document Objects
End If
FetchFlag = True
MsgBox "Exported document content to " _
& "designated file: " & FileName
End Sub
.
.
.
Getting and
Updating Trustee
Information
The following example updates the trustees for a profiled document
object.
.
.
.
Attribute VB_Name = "frmTrustees"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim bRet As Boolean
Dim Status As String
Dim DocName As String
Dim DefaultRights As Long
Dim EffectiveRights As Long
Dim AccessControl As Boolean
Dim i As Integer
Dim UserOrGroup As String
Dim PDoc As Object
Dim TrusteeList As PCDTrusteeList
Private Function _
GetTrusteesforProfile(docnumber As String) _
As Boolean
Dim docsfound As Long
On Error GoTo ErrorHandler
GetTrusteesforProfile = False
If Val(docnumber) <= 0 Then Exit Function
Dim pclient As PCDSearch
Seitenansicht 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare