GetContentResponse Element
System.Object
GetContentResponse- Client Declaration
- None
ContentResponseType elements
and provides the output for a GetContent operation.Important: Microsoft Visual
Studio does not generate a class definition for this element. Because
GetContentResponse is
equivalent to an array of ContentResponseType elements,
Visual Studio substitutes ContentResponseType[] for GetContentResponse in
its generated definitions.Element Structure
- Elements
ContentResponseType[] ContentResponse: [response] Optional element specifying the streaming content from one or more content elements.
XML Schema
<xsd:element name="GetContentResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ContentResponse" type="ContentResponseType"/>
</xsd:sequence>
<xsd:complexType>
</xsd:element>