Click or drag to resize
CategoriesGetAll Method (Int32, Boolean)
Returns all categories.

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 EntityCollection<Category> GetAll(
	int languageId,
	bool recursive
)

Parameters

languageId
Type: SystemInt32
The language the category name to return.
recursive
Type: SystemBoolean
If true, the entire category tree for each root is returned.

Return Value

Type: EntityCollectionCategory
See Also