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

Moves content to a folder. 

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

~/Workarea/webservices/WebServiceAPI/Content/Content.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "MoveContentToFolder", Description = "Moves content to a folder")]
public ContentData MoveContentToFolder(string ContentID, string ContentLanguage, long FolderID);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "MoveContentToFolder", Description = "Moves content to a folder")>
Public Function MoveContentToFolder(ContentID As string, ContentLanguage As string, FolderID As long) As ContentData
Parameters 
Description 
ContentID 
The content's ID. 
ContentLanguage 
The content's language. 
FolderID 
The folder's numeric ID. 
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!