-
-
Save adnanzameer/0df076c985fe2faf159a8c1df4563f61 to your computer and use it in GitHub Desktop.
Optimizely ImageFile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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