Creates the specified path. Multiple sub-folders can be created.

Syntax

Visual Basic (declaration)
Public Function CreateFolder( _ 
ByVal AuthenticationTicket as String, _ ByVal Path as String) as XmlNode

C# (declaration)
public XmlNode CreateFolder( 
string AuthenticationTicket, string Path)

Parameters

AuthenticationTicket
    string inforouter ticket
Path
    string Path to be created

Return Value

returns xml fragment.
<response success="true" error="">
if success = "true", the folder path has been created successfully.
if success = "false", the error attribute returns the error description.

Remarks

The top level folder (domain) must exist.
The caller must have at least "Add" permissions on the parent folder.