RecroDictIsValid Method
Note: This API is now obsolete.
Validation of the dictionary item's validity.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.17.0.25.0502.1
[ObsoleteAttribute("Use IsValidAsync instead")]
public static bool IsValid(
string scope,
string resourceKey
)
- scope String
- The Scope.
- resourceKey String
- The ResourceKey.
Booleantrue if the specified dictionary item is valid; otherwise,
false.