Click or drag to resize

RecroDictGetAllItems Method

Visszaadja egy Scope-hoz tartozó összes elemet.

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

Parameters

scope
Type: SystemString
The Scope.
language (Optional)
Type: SystemString
The language.
strip (Optional)
Type: SystemBoolean
Ha true, akkor a HTML elemeket kiveszi az eredményből.
args
Type: SystemObject
Paraméterek, amiket be kell illeszteni a szótár elembe.

Return Value

Type: DictionaryString, String
The Dictionary.
See Also