Library | Module

Interface IpfcSelectionOptions



Description

This class describes the selection options.



Property Summary

PropertyMaxNumSelsas Long [optional]
The maximum number of selections allowed. If this is a negative number, there is an unlimited number of selections.
PropertyOptionKeywordsas String
The selection filter.



Method Summary

FunctionCCpfcSelectionOptions.Create (inOptionKeywords as String) as IpfcSelectionOptions
Specifies the options used in the selection.



Property Detail


PropertyMaxNumSelsas Long [optional]

The maximum number of selections allowed. If this is a negative number, there is an unlimited number of selections.




PropertyOptionKeywordsas String

The selection filter.





Method Detail


FunctionCCpfcSelectionOptions.Create (inOptionKeywords as String) as IpfcSelectionOptions

Specifies the options used in the selection.

The return value is an argument to IpfcBaseSession.Select() .
Parameters:
inOptionKeywords
The keywords to include in the selection
Returns:
A pointer to the new SelectionOptions object