DM_getTaxMapType

This method returns the type of a category map of a taxonomy contained in a DM_LogicalDataSpec value. The type specifies whether the category map is recursive or non-recursive.

Syntax

Method syntax

Read syntax diagramSkip visual syntax diagram
>>-logData..DM_getTaxMapType--(--taxName--,--pos--)------------><

Function syntax

Read syntax diagramSkip visual syntax diagram
>>-DM_getTaxMapType--(--logData--,--taxName--,--pos--)---------><

Parameters

logData
A value of type DM_LogicalDataSpec
taxName
A value of type VARCHAR(128) that represents the name of the taxonomy
pos
A value of type INTEGER that represents the position of the category map within the taxonomy, ranging from 1 to the number of category maps in the taxonomy

Return Value

The return value is of type INTEGER



Feedback | Information roadmap