isRecordCategorizedUnderMultipleCodePaths

Description Parameters Returns Example
Checks whether current record is categorized under all provided array of code paths classificationScheme: the classification scheme link object

arrayOfTreepathOfCodes:an array of full treepath of codes from the root code

true or false <op func="isRecordCategorizedUnderMultipleCodePaths">

<var>classificationScheme</var>

<const type="string">rootcode/firstLevel/secondLevel/mycodeONE</const>

<const type="string">rootcode/firstLevel/secondLevel/mycodeTWO</const>

<const type="string">rootcode/firstLevel/secondLevel/mycode_N</const>

</op>