Click or drag to resize
GroupedEnumerable<ItemType>.GetItemLevel Property
Lambda to evaluate the level of the item

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public Func<ItemType, int> GetItemLevel { get; protected set; }

Property Value

Type: Func<ItemType, Int32>
See Also