Click or drag to resize
ItemsGetCategoryIds Method
Returns the unique identifiers of all categories associated with an item.

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 ReadOnlyCollection<Guid> GetCategoryIds(
	Guid itemId
)

Parameters

itemId
Type: SystemGuid
The unique identifier of the item.

Return Value

Type: ReadOnlyCollectionGuid
See Also