System.Object
ObjectEntryType
Unevaluated
- Client Declaration
public class Unevaluated
Represents an unevaluated
Content Engine object. An
Unevaluated element
is returned when a property filter requests an
ObjectReference element
but the server determines that discovering the identity of the referenced
object would require additional database retrieval costs. A property
that returns an unevaluated object does not hold the object value
and does not have any information identifying the object.
Element Structure
- Elements
ObjectReference ParentReference:
[response] Optional element specifying the identify of the parent
object (object having the Unevaluated property) when
the context in which the unevaluated property is being returned does
not naturally include the identity of the parent object. This element
is present in the response if the element representing the property
is part of a repository search result in which rows are specified.
If an element representing a property is present in an ObjectValue element,
the property and its parent object are the same and the ParentReference element
is therefore omitted in the response.
XML Schema
<xsd:complexType name="Unevaluated">
<xsd:complexContent>
<xsd:extension base="ObjectEntryType"/>
</xsd:complexContent>
</xsd:complexType>