Click or drag to resize
TranslationHelperIsEmpty Method
Determines whether the given translation helper contains any translations or not.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static bool IsEmpty(
	TranslationHelper th
)

Parameters

th
Type: CMS.DataEngineTranslationHelper
TranslationHelper object to examine

Return Value

Type: Boolean
TRUE if there are no translation records
See Also