Click or drag to resize
FileBrowserContentProviderCreateDirectory Method
Creates a directory item in the given path with the given name.

Namespace: Kettic.AspNet.Controls.Widgets
Assembly: 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
)

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: String
string.Empty when the operation was successful; otherwise an error message token.
See Also