C# Класс Hyves.Service.HubCategoriesService

Represents the service APIs that allow access to information on Hyves hubCategories.
Показать файл Открыть проект

Открытые методы

Метод Описание
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