Skip to content

Instantly share code, notes, and snippets.

@erwan
Last active August 29, 2015 14:08
Show Gist options
  • Save erwan/2ba6c72a80cf9d2af15e to your computer and use it in GitHub Desktop.
Save erwan/2ba6c72a80cf9d2af15e to your computer and use it in GitHub Desktop.
// Accessing image fields
fragments.Image.View imageView = doc.GetImageView("product.image", "main");
String url = imageView.Url;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment