FileBrowserContentProviderCreateDirectory Method |
Creates a directory item in the given path with the given name.
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public abstract string CreateDirectory(
string path,
string name
)
Public MustOverride Function CreateDirectory (
path As String,
name As String
) As String
public:
virtual String^ CreateDirectory(
String^ path,
String^ name
) abstract
abstract CreateDirectory :
path : string *
name : string -> string
Parameters
- path
- Type: SystemString
The path where the directory item should be created. - name
- Type: SystemString
The name of the new directory item.
Return Value
Type:
Stringstring.Empty when the operation was successful; otherwise an error message token.
See Also