Click or drag to resize

ColumnSelector Class

A single column to sort or group by.
Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerColumnSelector

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class ColumnSelector

The ColumnSelector type exposes the following members.

Constructors
  NameDescription
Public methodColumnSelector
Initializes a new instance of the ColumnSelector class
Top
Properties
  NameDescription
Public propertyId
Identifier of metadata field or system field.
Public propertyIsAsc
If true, sort in ascending order; if false, sort in descending order.
Public propertyIsGroupBy
Used to group results by ranges of values.
Public propertyIsSystem
If true, Id is a metadata field ID; if false, Id is a FileHold.Common.SystemFieldsInfo constant
Top
Extension Methods
See Also