DrilldownFieldChoiceExtension Class

Definition

Namespace: FileHold.LibraryManager.Extensions
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
C#
public static class DrilldownFieldChoiceExtension
Inheritance
Object    DrilldownFieldChoiceExtension

Methods

ToEnumerableFlatChoices Flattens the hierarchical choices into a single list, optionally including only leaf nodes.
ToEnumerablePaths Recursively retrieves all paths from the root choices to the leaf choices.
ToFlatChoice Merges an enumerable path to a single DrilldownFieldChoice without nested child choices.
ToSingleChoice Converts an enumerable path to a single DrilldownFieldChoice with nested child choices.

See Also