Click or drag to resize
DocumentHierarchyHelperGetNodeClassName Method (String, ExportFormatEnum, Boolean)
Parses NodeClassName from node data.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetNodeClassName(
	string nodeData,
	ExportFormatEnum format,
	bool tryToGetByClassId
)

Parameters

nodeData
Type: SystemString
Node data
format
Type: CMS.DataEngineExportFormatEnum
Format of the data
tryToGetByClassId
Type: SystemBoolean
Tries to get the name by extracting class identifier.

Return Value

Type: String
See Also