CyberStore E-Payment 2023 Documentation
GetDefaultSort Method (CatalogItemVerticleListingControl)


Dovetail.Ecommerce.Controls Namespace > CatalogItemVerticleListingControl Class : GetDefaultSort Method
Gets the default sort from the ComConfig.DefaultItemListingSort.
Syntax
'Declaration
 
Public Function GetDefaultSort() As String
'Usage
 
Dim instance As CatalogItemVerticleListingControl
Dim value As String
 
value = instance.GetDefaultSort()
public string GetDefaultSort()

Return Value

Type: String

A string value that specifies the default sort. Supported values: "StockCode", "ItemName", "UnitPrice" or "SortOrder".

The default value is "SortOrder".

Remarks
Benjamin J. Higgins, 3/14/2012.
See Also

Reference

CatalogItemVerticleListingControl Class
CatalogItemVerticleListingControl Members