|  | RecroDictGetAllItems Method  | 
 
            Visszaadja egy Scope-hoz tartozó összes elemet.
            
 
    Namespace: 
   Recrovit.RecroGridFramework
    Assembly:
   Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
 Syntax
Syntaxpublic 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, 
StringThe Dictionary.
 See Also
See Also