ModifiedPropertiesType Element

System.Object

ModifiedPropertiesType

 

Client Declaration

Holds an array of ModifiablePropertyType elements, each of which represents a Content Engine property that has been modified since it was last saved.

NOTE Microsoft® Visual Studio® does not generate a class for this element. Because ModifiedPropertiesType is equivalent to an array of ModifiablePropertyType elements, Visual Studio substitutes ModifiablePropertyType[] for ModifiedPropertiesType in its generated definitions.

 

Element Structure

Elements

 

XML Schema

<xsd:complexType name="ModifiedPropertiesType">
   <xsd:sequence>
      <xsd:element maxOccurs="unbounded" minOccurs="0" name="Property" type="ModifiablePropertyType"/>
   </xsd:sequence>
</xsd:complexType>