Rank: Member
Joined: 10/1/2008 Posts: 18 Location: Germany
|
Roger,
can you give me a short hint what to call (by MediaObjectId) in order to retrieve the appropriate image / compressed image / thumbnail image?
Ralf.
|
Rank: Administration
Joined: 8/3/2007 Posts: 847 Location: Fort Atkinson, WI
|
Use this method in the business layer: Code:GalleryServerPro.Business.Factory.LoadMediaObjectInstance(int id) It returns an IGalleryObject where you can access all relevant properties for the object. Download the API documentation for additional details.
Roger Martin Lead Developer for Gallery Server Pro
|
Rank: Member
Joined: 10/1/2008 Posts: 18 Location: Germany
|
once again....
thank you very much for your immediate help and your outstanding product!
Everything worked as expected (apart MS WPF implementation), XML parsing is now done via a simple File-Parser, loading the /rdf section into an XML document (there I can get all those nice XMP tags).
Ralf.
|