You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Folder Class > Folder Methods > GetChildFolders Method > GetChildFolders
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Folder.GetChildFolders Method (long, bool, Ektron.Cms.Common.EkEnumeration.FolderOrderBy)

Loads all the subfolders for a given folder ID. 

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

~/Workarea/webservices/WebServiceAPI/Folder.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetChildFolders", Description = "Get all the subfolders for a given folder ID")]
public FolderData[] GetChildFolders(long FolderID, bool Recursive, Ektron.Cms.Common.EkEnumeration.FolderOrderBy OrderBy);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetChildFolders", Description = "Get all the subfolders for a given folder ID")>
Public Function GetChildFolders(FolderID As long, Recursive As bool, OrderBy As Ektron.Cms.Common.EkEnumeration.FolderOrderBy) As FolderData()
Parameters 
Description 
FolderID 
The folder ID containing the subfolders. 
Recursive 
True = recursive look up. False = none 
OrderBy 
An order by clause. 
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!