GetContentRequest Element

System.Object

GetContentRequest

 

Client Declaration

Represents a request to obtain streaming content data from one or more content elements. This element contains an array of ContentRequestType elements and provides the input for a GetContent operation.

 

Element Structure

Elements

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:element name="GetContentRequest">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element maxOccurs="unbounded" minOccurs="0" name="ContentRequest" type="ContentRequestType"/>
      </xsd:sequence>
      <xsd:attribute name="validateOnly" type="xsd:boolean"/>
   </xsd:complexType>          
</xsd:element>