Kofax DM API Manual do Utilizador Página 43

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 527 528

Comentários a estes Manuais

Sem comentários