You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Folder Class > Folder Methods > CreateFolder
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Folder.CreateFolder Method

Creates a folder. 

This method can be accessed through the Folder.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Folder.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "CreateFolder", Description = "Creates a folder with the given path")]
public bool CreateFolder(string FolderPath);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "CreateFolder", Description = "Creates a folder with the given path")>
Public Function CreateFolder(FolderPath As string) As bool
Parameters 
Description 
FolderPath 
The path on the IIS server. (Required) 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!