SDMSHelper.ApproveBinaryDocumentSDMSDocument
| Syntax | Parameters | Return Value |
|---|---|---|
Function SDMSHelper.ApproveBinaryDocumentSDMSDocument( _
Hwnd As Integer, _
BinaryDocumentID As Integer, _
Revision As Integer, _
ApprovalType As String, _
Comment As String) As Boolean
|
The handle of the Statistica application. Type: Integer
The ID of the document. Type: Integer
The new revision number. Type: Integer
The type of approval. Call ApprovalTypes() to get a list of possible values. Type: String
A comment to add to the approval. Type: String |
Boolean |