Vorheriges Thema: DomainCategory Methods

Nächstes Thema: GetDomainCategories

CreateDomainCategory

Description

This method creates a domain category from the input data.

Syntax

long CreateDomainCategory (DomainCategoryData domainCategoryData);

Parameters

Name

Type

Description

domainCategoryData

DomainCategoryData

The data to use to create the domain category.

Return Value

The ID of the new domain category, as type long.

Remarks

None.