| FlowControllerCreateFolder Method (String) |
Creates the folder.
Namespace:
Dynamicweb.Management.Marketing.Dialogs.EmailMarketing
Assembly:
Dynamicweb.Management.Marketing (in Dynamicweb.Management.Marketing.dll) Version: 4.6.1
Syntax [RouteAttribute("CreateFolder")]
public ActionResult CreateFolder(
string nodeId
)
<RouteAttribute("CreateFolder")>
Public Function CreateFolder (
nodeId As String
) As ActionResult
Parameters
- nodeId
- Type: SystemString
The parent folder node id.
Return Value
Type:
ActionResultSee Also