FileSystemContentProviderCopyDirectory 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 CopyDirectory(
string path,
string newPath
)
Public Overrides Function CopyDirectory (
path As String,
newPath As String
) As String
public:
virtual String^ CopyDirectory(
String^ path,
String^ newPath
) override
abstract CopyDirectory :
path : string *
newPath : string -> string
override CopyDirectory :
path : string *
newPath : string -> string
Parameters
- path
- Type: SystemString
- newPath
- Type: SystemString
Return Value
Type:
StringSee Also