UnevaluatedCollection Element

System.Object

PropertyType

UnevaluatedCollection

 

Client Declaration

Represents a Content Engine property that returns an unevaluated object collection.

 

Element Structure

Elements

Attributes

Attributes Specific to .NET Clients

 

Base Element Inheritance

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="UnevaluatedCollection">
   <xsd:complexContent>
      <xsd:extension base="PropertyType">
         <xsd:sequence>
            <xsd:element minOccurs="0" name="ParentReference" type="ObjectReference"/>		
         </xsd:sequence>
         <xsd:attribute name="collectionType" type="CollectionType"/>		 
      </xsd:extension>		 		 
   </xsd:complexContent>
</xsd:complexType>