Skip to content

Instantly share code, notes, and snippets.

@casper-rasmussen
Created April 9, 2016 12:51
Show Gist options
  • Save casper-rasmussen/49e2071307786e558b3820d67c5d0315 to your computer and use it in GitHub Desktop.
Save casper-rasmussen/49e2071307786e558b3820d67c5d0315 to your computer and use it in GitHub Desktop.
[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