Created
April 9, 2016 12:51
-
-
Save casper-rasmussen/49e2071307786e558b3820d67c5d0315 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[AdministrationSettings( | |
CodeOnly = true, | |
GroupName = VideoLibraryGroupNames.MediaTypeGroupName)] | |
[ContentType( | |
AvailableInEditMode = false, | |
DisplayName = "Video", | |
GUID = "B5AB3691-E7C7-43FE-9B94-799B836B9D58", | |
GroupName = VideoLibraryGroupNames.MediaTypeGroupName, | |
Order = 20)] | |
public class VideoMediaType : MediaData, IPartial | |
{ | |
public virtual string EmbedIdentifier { get; set; } | |
public virtual double DurationInSeconds { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment