RecroDictIsValid Method

Note: This API is now obsolete.
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#
[ObsoleteAttribute("Use IsValidAsync instead")]
public static bool IsValid(
	string scope,
	string resourceKey
)

Parameters

scope  String
The Scope.
resourceKey  String
The ResourceKey.

Return Value

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

See Also