Skip to content

Instantly share code, notes, and snippets.

@adnanzameer
Created January 19, 2024 15:47
Show Gist options
  • Save adnanzameer/0df076c985fe2faf159a8c1df4563f61 to your computer and use it in GitHub Desktop.
Save adnanzameer/0df076c985fe2faf159a8c1df4563f61 to your computer and use it in GitHub Desktop.
Optimizely ImageFile
[ContentType(GUID = "0A89E464-56D4-449F-AEA8-2BF774AB8730")]
[MediaDescriptor(ExtensionString = "jpg,jpeg,jpe,ico,gif,bmp,png")]
public class ImageFile : ImageData
{
public virtual string Copyright { get; set; }
public virtual string AltText { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment