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.
Elements
ModifiablePropertyType[]
Property
: [request] Optional element specifying an array of ModifiablePropertyType
elements. Each ModifiablePropertyType
element in the array represents a Content Engine property that has been modified since it was last saved.
<xsd:complexType name="ModifiedPropertiesType"> <xsd:sequence> <xsd:element maxOccurs="unbounded" minOccurs="0" name="Property" type="ModifiablePropertyType"/> </xsd:sequence> </xsd:complexType>