Class Video
Video content.
[ContentSerializer(typeof(DataContentSerializer<Video>))]
[DataSerializerGlobal(typeof(ReferenceSerializer<Video>), null, DataSerializerGenericMode.None, false, false, Profile = "Content")]
[DataSerializer(typeof(VideoSerializer))]
public sealed class Video : ComponentBase, IDisposable, IComponent, IReferencable, ICollectorHolder
  - Inheritance
 - 
      objectVideo
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Properties
CompressedDataUrl
public string CompressedDataUrl { get; set; }