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

Returns a user's Favorites taxonomy directory structure. 

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

~/Workarea/webservices/WebServiceAPI/Community/Favorites.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetFavoritesDirectory", Description = "Returns user's Favorites taxonomy directory structure.")]
public TaxonomyData GetFavoritesDirectory(long userId, long directoryId, PagingInfo pagingInfo);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetFavoritesDirectory", Description = "Returns user's Favorites taxonomy directory structure.")>
Public Function GetFavoritesDirectory(userId As long, directoryId As long, pagingInfo As PagingInfo) As TaxonomyData
Parameters 
Description 
userId 
ID of the user whose favorites should be retrieved. 
directoryId 
ID of the favorites directory to retrieve. 
pagingInfo 
Paging information for limiting the resultset. 
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!