Click or drag to resize
LocalizationHelperIsUniqueResStringKey Method

Note: This API is now obsolete.

Check if resource key is unique.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use ResourceStringInfoProvider.GetResourceStringInfo(resPrefix + resKey) for this purpose instead.")]
public static bool IsUniqueResStringKey(
	string resKey,
	string resPrefix = ""
)

Parameters

resKey
Type: SystemString
Resource key
resPrefix (Optional)
Type: SystemString
Resource prefix

Return Value

Type: Boolean
See Also