SDMSClient.GetDocument
Use this function to retrieve the SDMSDocument object by using doc id and revision as input parameters. The default value of the revision parameter is the current revision.
| Syntax | Parameters | Return value |
|---|---|---|
Function SDMSClient.GetDocument( _
docId As String, _
Optional Revision As Long = 0) As SDMSDocument
|
|