Click or drag to resize
CategoriesGet Method (Guid, Int32, Boolean)
Returns a category.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Category Get(
	Guid categoryId,
	int languageId,
	bool recursive
)

Parameters

categoryId
Type: SystemGuid
The unique identifier of the category.
languageId
Type: SystemInt32
The language the category name to return.
recursive
Type: SystemBoolean
If true, the category's entire category tree will be returned.

Return Value

Type: Category
See Also