You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Content Class > Content Methods > GetChildContent Method > GetChildContent
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Content.GetChildContent Method (long, bool, string)

Loads all of the content for the given 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 = "GetChildContent", Description = "Loads all of the contents for the given folder")]
public ContentData[] GetChildContent(long FolderID, bool Recursive, string OrderBy);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetChildContent", Description = "Loads all of the contents for the given folder")>
Public Function GetChildContent(FolderID As long, Recursive As bool, OrderBy As string) As ContentData()
Parameters 
Description 
FolderID 
The folder's numeric ID. 
Recursive 
True = recursive look up. False = none. 
OrderBy 
An order by clause. Choices are:
  • id - the content ID.
  • title - the title of the content item.
  • status - whether the content is checked-in, published, checked-out, etc.
  • language - the language ID of the content.
  • datecreated - the date the content was created.
  • datemodified - the date the content was last modified.
  • userid - the ID of the user who last worked with the content. 

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!