System.Object
GetContentResponse
Client Declaration
Represents streaming content from one or more content elements. This element contains an array of ContentResponseType
elements and provides the output for a GetContent
operation.
NOTE 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.
Elements
ContentResponseType[]
ContentResponse
: [response] Optional element specifying the streaming content from one or more content elements.
<xsd:element name="GetContentResponse"> <xsd:complexType> <xsd:sequence> <xsd:element maxOccurs="unbounded" minOccurs="0" name="ContentResponse" type="ContentResponseType"/> </xsd:sequence> <xsd:complexType> </xsd:element>