Class JobPageOrder.JobPageOrderOption

JobPageOrder.JobPageOrderOption class

Describes the JobPageOrder feature options.

public sealed class JobPageOrderOption : Option

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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

NameDescription
static ReverseSpecifies back to front page order.
static StandardSpecifies front to back page order.

See Also