ColumnSelector Class

A single column to sort or group by.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public class ColumnSelector
Inheritance
Object    ColumnSelector

Constructors

ColumnSelectorInitializes a new instance of the ColumnSelector class

Properties

Id Identifier of metadata field or system field.
IsAsc If true, sort in ascending order; if false, sort in descending order.
IsGroupBy Used to group results by ranges of values.
IsSystem If true, Id is a metadata field ID; if false, Id is a FileHold.Common.SystemFieldsInfo constant

Extension Methods

See Also