RecroDictGetAllItemsAsync Method
Retrieves all elements associated with a Scope.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.17.0.25.0502.1
public static Task<Dictionary<string, string>> GetAllItemsAsync(
string scope,
string language = null,
bool strip = false,
params Object[] args
)
- 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.
TaskDictionaryString,
StringThe Dictionary.