C# 클래스 Hyves.Service.HubCategoriesService

Represents the service APIs that allow access to information on Hyves hubCategories.
파일 보기 프로젝트 열기: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

공개 메소드들

메소드 설명
GetChildren ( string hubCategoryId ) : Collection

Gets the hub categories by parent hub category. This corresponds to the hubCategories.getChildren Hyves method.

GetHubCategories ( Collection hubCategoryIds, bool useFancyLayout ) : Collection

Gets the desired information about the specified hubCategory. This corresponds to the hubCategories.get Hyves method.

GetHubCategoriesByHubType ( string hubType ) : Collection

Gets the hub categories by hub type. This corresponds to the hubCategories.getByHubType Hyves method.

비공개 메소드들

메소드 설명
HubCategoriesService ( HyvesSession session ) : System

메소드 상세

GetChildren() 공개 메소드

Gets the hub categories by parent hub category. This corresponds to the hubCategories.getChildren Hyves method.
public GetChildren ( string hubCategoryId ) : Collection
hubCategoryId string
리턴 Collection

GetHubCategories() 공개 메소드

Gets the desired information about the specified hubCategory. This corresponds to the hubCategories.get Hyves method.
public GetHubCategories ( Collection hubCategoryIds, bool useFancyLayout ) : Collection
hubCategoryIds Collection
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
리턴 Collection

GetHubCategoriesByHubType() 공개 메소드

Gets the hub categories by hub type. This corresponds to the hubCategories.getByHubType Hyves method.
public GetHubCategoriesByHubType ( string hubType ) : Collection
hubType string The tybe of hub to retrieve.
리턴 Collection