FileBrowserContentProviderMoveDirectory Method |
Moves a directory from a one virtual path to a new one. This method can also be used for renaming items.
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string MoveDirectory(
string path,
string newPath
)
Public Overridable Function MoveDirectory (
path As String,
newPath As String
) As String
public:
virtual String^ MoveDirectory(
String^ path,
String^ newPath
)
abstract MoveDirectory :
path : string *
newPath : string -> string
override MoveDirectory :
path : string *
newPath : string -> string
Parameters
- path
- Type: SystemString
old virtual location - newPath
- Type: SystemString
new virtual location
Return Value
Type:
Stringstring.Empty when the operation was successful; otherwise an error message token.
See Also