Click or drag to resize

PicklistSort Method (PicklistAttrs)

Sort the picklist per the specified PicklistAttrs.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Sort(
	PicklistAttrs sortOptions
)

Parameters

sortOptions
Type: NetQuarryPicklistAttrs
Specifies how picklist should be sorted. Only sort-related attributes are honored.
See Also