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

Retrieves the folder's details. 

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

~/Workarea/webservices/WebServiceAPI/Folder.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetFolderByParam", Description = "Retrieves the folder's details")]
public FolderData GetFolder(long FolderID, bool getTaxonomy, bool getFlags);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetFolderByParam", Description = "Retrieves the folder's details")>
Public Function GetFolder(FolderID As long, getTaxonomy As bool, getFlags As bool) As FolderData
Parameters 
Description 
FolderID 
The folder's ID. 
getTaxonomy 
True if folder taxonomy required. 
getFlags 
True if folder flag required. 
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!