Enables the attribute picker functionality for a push check, if the user clicks the push check, the picker will open. Attributes pickers can be used to choose an attribute. On these new pickers, the folder structure and searching functionality is enabled.
    GSErrCode  ACAPI_Interface_CreateAttributePicker (
        const API_AttributePickerParams&  attributePickerParams,
        GS::Owner<API_AttributePicker>&   attributePicker
    );
    
Parameters
- attributePickerParams
- [in] Parameters of attribute picker (type of the attribute, the parameters of push check).
- attributePicker
- [out] The constructed picker.
Return Values
- NoError
- The function has completed with success.
- APIERR_BADPARS
- Incorrect attributePickerParamswas specified.
For other common API errors see the API Errors document.
Requirements
- Version: API 26 or later
- Header: ACAPinc.h