RecroDictIsValidAsync Method

Validation of the dictionary item's validity.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.17.0.25.0502.1
C#
public static Task<bool> IsValidAsync(
	string scope,
	string resourceKey
)

Parameters

scope  String
The Scope.
resourceKey  String
The ResourceKey.

Return Value

TaskBoolean
true if the specified dictionary item is valid; otherwise, false.

See Also