| FilesAndFoldersRenameFile Method |
Namespace:
Dynamicweb.Content.Files
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static OperationReport RenameFile(
string file,
string newName
)
Public Shared Function RenameFile (
file As String,
newName As String
) As OperationReport
Parameters
- file
- Type: SystemString
- newName
- Type: SystemString
Return Value
Type:
OperationReportSee Also