ObjectSpecification Element

System.Object

ObjectEntryType

WithObjectIdentityType

ObjectReference

ObjectSpecification

 

Client Declaration

Represents information to uniquely identify a Content Engine object in order to fetch or update it.

 

Element Structure

Attributes

Attributes Specific to .NET Clients

 

Base Element Inheritance

Attributes

 

XML Schema

<xsd:complexType name="ObjectSpecification">
   <xsd:annotation>
      <xsd:documentation xml:lang="en">An ObjectSpecification can be used in a request anywhere
 that calls for an ObjectReference</xsd:documentation>
   </xsd:annotation>
   <xsd:complexContent>
      <xsd:extension base="ObjectReference">
         <xsd:attribute name="path" type="xsd:string"/>
         <xsd:attribute name="propertyId" type="xsd:string"/>
         <xsd:attribute name="itemIndex" type="xsd:int"/>
         <xsd:attribute name="batchRef" type="xsd:IDREF"/>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>