Book a Demo
Prev Next

Interface CMFacet

Each CMDataNode holds of array of CMFacet objects.  The CMFacet objects are Name/Value data pairs.

The Name data and Value data that is present, varies depending on the particular CMDataNode being accessed, and of course on the original mFQL query that was executed.

CMFacet Methods

Method

Remarks

GetName()

Returns the name of the current CMFacet node.

Return type:  string  (read only)

GetValue()

Returns the value of the current CMFacet node.

Return type:  string  (read only)

LearnMore