ObjectResponseType Element

System.Object

ObjectResponseType

SingleObjectResponse

ObjectSetResponse

ErrorStackResponse

 

Client Declaration

The base, abstract element for representing the response of a GetObjects operation. ObjectResponseType is an abstract type with three concrete subtypes; the type of each concrete element in the ObjectResponseType array response of a GetObjects operation is determined by the type of each Content Engine object returned:

 

Element Structure

Attributes

 

XML Schema

<xsd:complexType name="ObjectResponseType" abstract="true">
   <xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>