SDMSClient.CheckInNoUI
This function is used to check a document in to SDMS with no UI.
| Syntax | Parameters | Return value |
|---|---|---|
Function SDMSClient.CheckInNoUI( _
LocalPathName As String, _
DocId As String, _
Comment As String, _
bMajorRevision As Boolean, _
Optional bMakeLocalFileReadOnly As Boolean = True, _
Optional ProfileName As Variant, _
Optional propNames As Variant, _
Optional propValues As Variant) As SDMSDocument
|
|