System.Object
GetContentRequest
- Client Declaration
public class GetContentRequest
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
ContentRequestType[] ContentRequest:
[request] Optional element specifying a request to obtain the streaming
content data from one or more content elements.
- Attributes
Boolean validateOnly: [request] Optional
expression specifying whether to only validate the content data. If
this attribute is set to true, the content data will
not be retrieved.
- Attributes Specific to .NET Clients
Boolean validateOnlySpecified: Optional
expression specifying whether validateOnly has a
value (true) or not (false).
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>