Get by FileStore reference
Admin
|
FileStore Reference:
Possible options:
- reference:
- string
- mandatory
- this is the identifier of the picture
- width:
- integer
- optional
- if provided, should be greater than 0
- height:
- integer
- optional
- if provided, should be greater than 0
- enlargeIfSmaller:
- enum: True or False
- optional
- default: False
- orientation:
- enum: PORTRAIT or LANDSCAPE
- optional
- orientationDirection:
- enum: CCW or CW
- optional
- default: CCW
- resolution:
- enum: HIGHRES or LOWRES
- optional
- default: HIGHRES
- backGroundColor:
- string: 6 characters representing RGB color (eg:33DDFF)
- optional
- only shows up when
- width is provided, enlargeIfSmaller is not provided and requested width is greater than original.
- width and height are provided and requested width and height is greater than original
and have not the same ratio.
- noError:
- string: valid values: "1" or "True" (case insensitive)
- optional
- default: 0
- A transparant 1*1px gif image is returned if following conditions are met:
- the requested file is a multimedium
- the file is not found
- the parameter with value is "1" or "true" is provided
Example: http://FileStore.DataSwitch.be/Public/FileStore.ashx?
reference=R0LalKqzzjfX17zJfg6dk6CiDL3vn4ql&
resolution=HIGHRES&
width=1200&
enlargeIfSmaller=False&
backGroundColor=3366FF&
noError=True
|