| ColumnSelector Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: FileHold.LibraryManager
 Syntax
Syntaxpublic class ColumnSelector
The ColumnSelector type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ColumnSelector | Initializes a new instance of the ColumnSelector class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | 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
Extension Methods| Name | Description | |
|---|---|---|
|  | ConvertT | (Defined by ObjectExtension.) | 
|  | ToJson | (Defined by ObjectExtension.) | 
 See Also
See Also