FilterSelectorPanel FilterSelectorPanelSort EnumerationA Sandcastle Documented Class Library
Represents the state of this controls sort.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum FilterSelectorPanelSort
Members

  Member nameValueDescription
BY_NAME_ASC1 Sort by name asc.
BY_NAME_DESC2 Sort by name desc.
BY_CREATION_DATE_ASC3 Sort by creation date asc.
BY_CREATION_DATE_DESC4 Sort by creation date desc.
BY_FOLDERS_FIRST5 Sort with folders at the top.
BY_FILTERS_FIRST6 Sort with filters at the top.
See Also