ObjectRequestType Element

System.Object

ObjectRequestType

 

Client Declaration

Represents information required to identify a Content Engine object or collection of objects. An array of ObjectRequestType elements is used to construct the input for a GetObjects operation.

The value of SourceSpecification determines the type of each object specified in the corresponding ObjectResponseType array response returned by the GetObjects operation:

 

Element Structure

Elements

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="ObjectRequestType">
   <xsd:sequence>
      <xsd:element name="SourceSpecification" type="ObjectReference"/>
      <xsd:element name="PropertyFilter" type="PropertyFilterType" minOccurs="0"/>
   </xsd:sequence>
   <xsd:attribute name="id" type="xsd:ID"/>
   <xsd:attribute name="cacheAllowed" type="xsd:boolean"/>
   <xsd:attribute name="maxElements" type="xsd:int"/>
   <xsd:attribute name="continueFrom" type="xsd:string"/>
</xsd:complexType>