MagicCMS Documentation

Column_dt Constructor (String, String, Boolean, Boolean, String, Boolean)

Initializes a new instance of the Column_dt class.

Namespace:  MagicCMS.DataTable
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public Column_dt(
	string d,
	string n,
	bool s,
	bool o,
	string searchStr,
	bool regex
)

Parameters

d
Type: String
The data.
n
Type: String
The name.
s
Type: Boolean
The searchable.
o
Type: Boolean
The orderable.
searchStr
Type: String
The search string.
regex
Type: Boolean
The regex.