FileSystemContentProviderMoveDirectory Method |
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override string MoveDirectory(
string path,
string newPath
)
Public Overrides Function MoveDirectory (
path As String,
newPath As String
) As String
public:
virtual String^ MoveDirectory(
String^ path,
String^ newPath
) override
abstract MoveDirectory :
path : string *
newPath : string -> string
override MoveDirectory :
path : string *
newPath : string -> string
Parameters
- path
- Type: SystemString
- newPath
- Type: SystemString
Return Value
Type:
StringSee Also