LocalizationHelperIsUniqueResStringKey Method |
Check if resource key is unique.
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntax public static bool IsUniqueResStringKey(
string resKey,
string resPrefix = ""
)
Parameters
- resKey
- Type: SystemString
Resource key - resPrefix (Optional)
- Type: SystemString
Resource prefix
Return Value
Type:
BooleanSee Also