RecroDict.GetAllItems Method

Retrieves all elements associated with a Scope.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.8.0.24.1110.1
C#
public static Dictionary<string, string> GetAllItems(
	string scope,
	string language = null,
	bool strip = false,
	params Object[] args
)

Parameters

scope  String
The Scope.
language  String  (Optional)
The language.
strip  Boolean  (Optional)
If true, HTML elements are removed from the result.
args  Object[]
Parameters to be inserted into the dictionary item.

Return Value

Dictionary<String, String>
The Dictionary.

See Also