Click or drag to resize
CategoriesGet Method (Guid)
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
)

Parameters

categoryId
Type: SystemGuid
The unique identifier of the category.

Return Value

Type: Category
See Also