Click or drag to resize
CategoryParentCategoryId Property
Gets a unique identifier for a category's parent category. If null, then the category is a root category.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<Guid> ParentCategoryId { get; }

Property Value

Type: NullableGuid
See Also