Gets or sets the list of columns to sort content records for displaying on content display pages.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string ListSortColumn { get; set; }
Visual Basic (Declaration)
Public Property ListSortColumn As String
Visual C++
public:
property String^ ListSortColumn {
	String^ get ();
	void set (String^ value);
}

See Also