UniMatrixGetColumnIndexes Method |
Gets an array of indexes which are sorted according to ColumnsPreferedOrder.
i.e: Permission are "A","B","C" .. desired permission order is "C","A","B", then columnOrderIndex will be [2,0,1]
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected int[] GetColumnIndexes(
IList<DataRow> columns,
string columnOrder
)
Parameters
- columns
- Type: System.Collections.GenericIListDataRow
The columns - columnOrder
- Type: SystemString
The column order
Return Value
Type:
Int32See Also