http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Entities.Media
MediaInformationDTO Complex Type
Namespace http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Entities.Media
Diagram
Url Element MediaStatus Element MediaItemType Element MediaId Element Filename Element ContentType Element Content Element Sequence MediaInformationDTO Complex Type
Overview
Sequence
Content optional xs:base64Binary
ContentType optional xs:string
Filename optional xs:string
MediaId optional ser:guid
MediaItemType optional xs:string
MediaStatus optional xs:string
Url optional xs:string
Used By
MediaInformation Element
MediaInformationDTO Element
Source
<xs:complexType name="MediaInformationDTO" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Content" nillable="true" type="xs:base64Binary" />
    <xs:element minOccurs="0" name="ContentType" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Filename" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="MediaId" nillable="true" type="ser:guid" />
    <xs:element minOccurs="0" name="MediaItemType" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="MediaStatus" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Url" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Entities.Media

 

 


© 2017 All Rights Reserved.

Send comments on this topic.