System.Object
ObjectSetResponse
Client Declaration
public class ObjectSetResponse
Represents a collection of Content Engine objects returned in the output of a GetObjects
operation.
Elements
ObjectSetType
ObjectSet
: [response] Required element specifying an object collection.
Attributes
String
id
: [response] Optional identifying string reflected in the corresponding ObjectRequestType
element of the GetObjects
request, allowing a request and response element to be correlated.
<xsd:complexType name="ObjectSetResponse"> <xsd:complexContent> <xsd:extension base="ObjectResponseType"> <xsd:sequence> <xsd:element name="ObjectSet" type="ObjectSetType"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>