Vorheriges Thema: GetDomainCategories

Nächstes Thema: TimeSlotTemplate Methods

GetDomainCategoryDetails

Description

This method gets all details for the specified domain category.

Syntax

DomainCategoryData GetDomainCategoryDetails(long domainCategoryId);

Parameters

Name

Type

Description

domainCategoryId

long

The ID of the domain category.

Return Value

The domain category details, as type DomainCategoryData.

Remarks

None.