Class JobPageOrder.JobPageOrderOption
JobPageOrder.JobPageOrderOption class
Describes the JobPageOrder
feature options.
public sealed class JobPageOrderOption : Option
Properties
Name | Description |
---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|
Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Fields
Name | Description |
---|
static readonly Reverse | Specifies back to front page order. |
static readonly Standard | Specifies front to back page order. |
See Also