UserFormatDefaultSort Method

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string FormatDefaultSort(
	string tableName,
	bool hasCreateDate = false,
	string startDateField = null,
	string titleField = null
)

Parameters

tableName  String
 
hasCreateDate  Boolean  (Optional)
 
startDateField  String  (Optional)
 
titleField  String  (Optional)
 

Return Value

String

See Also