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

Renames folder to specified title. 

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

~/Workarea/webservices/WebServiceAPI/Folder.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "RenameFolder", Description = "Renames the folder by ID.")]
public bool RenameFolder(long FolderID, string Title);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "RenameFolder", Description = "Renames the folder by ID.")>
Public Function RenameFolder(FolderID As long, Title As string) As bool
Parameters 
Description 
FolderID 
The folder's ID. 
Title 
The folder's new title 
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!