RecroDictIsValidAsync Method
Validation of the dictionary item's validity.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.17.0.25.0502.1
public static Task<bool> IsValidAsync(
string scope,
string resourceKey
)
- scope String
- The Scope.
- resourceKey String
- The ResourceKey.
TaskBooleantrue if the specified dictionary item is valid; otherwise,
false.