TranslationHelperIsEmpty Method |
Determines whether the given translation helper contains any translations or not.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static bool IsEmpty(
TranslationHelper th
)
Parameters
- th
- Type: CMS.DataEngineTranslationHelper
TranslationHelper object to examine
Return Value
Type:
BooleanTRUE if there are no translation records
See Also