SDMSClient.Checkout
use this function to check out documents identified by a SDMSDocuments collection, a single SDMSDocument, or an array, or a single string of the form 'doc_id[:revision]' where default value of the revision is the current revision).
| Syntax | Parameters | Return value |
|---|---|---|
Function SDMSClient.Checkout( _
docs As Variant, _
Optional checkoutLocation As Variant) As SDMSDocuments
|
|