INTERACT FORUM
Windows => Plug-in Development => Topic started by: GrantDG on November 09, 2011, 07:29:34 pm
-
I'm working with MCWS, if a file doesn't have an image, I'd like to display a 'default' image (e.g. the MC logo)
Is there a standard method to get a default image via MCWS?
-
This isn't currently possible.
Are you calling with Type=Full or Type=Thumbnail?
Thanks.
-
I'm calling without Type or ThumbnailSize parameters, so I'm implicitly getting Large / Thumbnail
Does the size make a difference?
-
I'm just trying to figure out how to return the logo, since we don't keep different size versions.
Also, thumbnails are always JPEG and the logo is a PNG. I wonder if a separate call to get the logo artwork would be better?
-
I could work with a separate call - but it seems a little overkill.
I can just add my own logic to use a static image of my own instead, if the return for GetImage is not a valid file.