dam_isSearchPatternObject
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function checks whether any of the arguments of the schema object have pattern values.
int dam_isSearchPatternObject(DAM_OBJ pSearchObj)
Parameters for dam_isSearchPatternObject
| Parameter | Type | Description |
| IN | ||
| pSearchObj | DAM_OBJ | The schema search object. |
| RETURN | ||
| int | TRUE - pattern values are there in any of the arguments. FALSE - pattern values are not there in the arguments. |