getMultiListerSelection
getExMultiListerSelection
These two scripts determine what is highlighted or selected in the MultiLister.
string[] getMultiListerSelection()
This function takes no parameters and returns a string array containing all highlighted or selected items from the MultiLister.
string[] getExMultiListerSelection( string $nodeType )
This function requires an input parameter that specifies the nodeType to match in the MultiLister. For example, the nodeType "file" is used to get a list of all file nodes that are selected. The result is a string array containing all highlighted or selected items that match the specified nodeType.