Moves a single document and optionally updates references to it.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function MoveDocument( _
ByVal fromName As System.String, _
ByVal toName As System.String, _
ByVal fromChildren As System.Object, _
ByVal toChildren As System.Object, _
ByVal option As System.Integer, _
ByVal pSrcOption As SwDMSearchOption _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMApplication
Dim fromName As System.String
Dim toName As System.String
Dim fromChildren As System.Object
Dim toChildren As System.Object
Dim option As System.Integer
Dim pSrcOption As SwDMSearchOption
Dim value As System.Integer
value = instance.MoveDocument(fromName, toName, fromChildren, toChildren, option, pSrcOption) |
Parameters
- fromName
- Full path and filename of the document to move
- toName
- Full path and filename of the new document to which to move the document specified for fromName
- fromChildren
- Array containing the full path and filenames of the child documents dependent on the document specified for fromName
- toChildren
- Array containing the new full path and filenames for the child documents to which to move the documents specified for fromChildren
- option
- Move options as defined by SwDmCopyOptions
- pSrcOption
- Pointer to an ISwDMSearchOption object
Return Value
Success or error code as defined by
SwDmMoveCopyError
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS