DocumentHierarchyHelperGetNodeClassName Method (String, ExportFormatEnum, Boolean) |
Parses NodeClassName from node data.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also