RecroDictCreateSelectListItemCollection(String, String, String, String) Method

Creating a ICollectionSelectListItem from dictionary elements.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public static ICollection<SelectListItem> CreateSelectListItemCollection(
	string language,
	string scope,
	string selectedStringId = null,
	string orderBy = "text"
)

Parameters

language  String
The language.
scope  String
The Scope.
selectedStringId  String  (Optional)
The selected StringId.
orderBy  String  (Optional)
Sorting dictionary elements. By Text or Value.

Return Value

ICollectionSelectListItem
The Collection.

See Also