This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
Image FileSize Criterion¶
The FileSize
Search Criterion searches for image with specified size.
Arguments¶
fieldDefIdentifier
- string representing the identifier of the Field- (optional)
minValue
- numeric representing minimum file size expressed in MB, default: 0 - (optional)
maxValue
- numeric representing maximum file size expressed in MB, default:null
Example¶
PHP¶
1 |
|
REST API¶
1 2 3 4 5 6 7 8 9 10 11 |
|
1 2 3 4 5 6 7 8 9 10 11 |
|