You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Content Namespace > Classes > Content Class > Content Methods > GetChildContent Method > GetChildContent
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Content.GetChildContent Method (Long, Boolean, String, PagingInfo)

Loads all of the content for the given folder.

C#
public ContentData[] GetChildContent(Long Id, Boolean Recursive, String OrderBy, PagingInfo pagingInfo);
Visual Basic
Public Function GetChildContent(ByVal Id As Long, ByVal Recursive As Boolean, ByVal OrderBy As String, ByVal pagingInfo As PagingInfo) As ContentData()
Parameters 
Description 
Id 
The folder's 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.
 
pagingInfo 
paging Information for the retrieval 

Ektron.Cms.ContentData()

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!