Kofax DM API Manual de usuario Pagina 43

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 527 528

Comentarios a estos manuales

Sin comentarios