Description
Syntax
Visual Basic |
---|
Public Function RenameFile( _
ByVal As ObjVer, _
ByVal As FileVer, _
ByVal As String, _
ByVal As String, _
Optional ByVal As Boolean = True _
) As ObjectVersion
|
Parameters
- ObjVer
- The object version identifier.
- FileVer
- The file version identifier.
- Title
- The new title (the file name without the extension) for the file.
- Extension
- The new extension for the file.
- UpdateSingleFileDocumentTitle
- If this parameter is True, the single-file document object name should be renamed to match the new file name.
See Also