ListOfObject Element

System.Object

PropertyType

ModifiablePropertyType

ListOfObject

 

Client Declaration

Represents a Content Engine property that holds a list collection of dependent object values.

 

Element Structure

Elements

 

Base Element Inheritance

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="ListOfObject">
   <xsd:complexContent>
      <xsd:extension base="ModifiablePropertyType">
         <xsd:sequence>
            <xsd:element maxOccurs="unbounded" minOccurs="0" name="Value" type="DependentObjectType"/>
         </xsd:sequence>	
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>