Provides classes and interfaces related to Content Engine object properties.
This namespace contains an
base interface for holding property information; each of its subinterfaces represents a Content Engine property
that holds a value of a specific data type. The
interface represents a collection of property values and contains methods for reading and
setting those values. The
and
classes represent information for controlling which properties to return
during an object retrieval or an object refresh.
Classes
Class | Description | |
---|---|---|
![]() |
FilterElement | Represents information, used in conjunction with a object, for controlling which properties of a Content Engine object (and with what level of detail) to return from the server during an object retrieval or an object refresh. Because the number and size of properties may be large for certain objects, using a property filter to retrieve a subset of the available properties can result in better performance by reducing the amount of data that is retrieved from the server. In order to create a property filter, a A In addition, a
|
![]() |
PropertyFilter | Represents information, used in conjunction with one or more objects, for controlling which properties of a Content Engine object (and with what level of detail) to return from the server during an object retrieval or an object refresh. Because the number and size of properties may be large for certain objects, using a property filter to retrieve a subset of the available properties can result in better performance by reducing the amount of data that is retrieved from the server. A
In addition, a
Property filter precedence rules:
|
Interfaces
Interface | Description | |
---|---|---|
![]() |
IProperties | Represents a collection of values that you can manipulate. |
![]() |
IProperty | Represents the base interface for a property belonging to a Content Engine object. objects allow you to access property values in an object's collection. Each subinterface represents a Content Engine property that holds a value of a specific data type. |
![]() |
IPropertyBinary | Represents a Content Engine property that holds a (8-bit signed integer) array intended for a binary value. |
![]() |
IPropertyBinaryList | Represents a Content Engine property that holds an object. An object is a collection (ordered, non-unique) of (8-bit signed integer) array elements, each of which is intended to hold a binary value. |
![]() |
IPropertyBoolean | Represents a Content Engine property that holds a value. |
![]() |
IPropertyBooleanList | Represents a Content Engine property that holds a object. A object is a collection (ordered, non-unique) of values. |
![]() |
IPropertyContent | Represents a Content Engine property that holds an object intended for reading of content data from a file source. |
![]() |
IPropertyDateTime | Represents a Content Engine property that holds a object for specifying a date and time. |
![]() |
IPropertyDateTimeList | Represents a Content Engine property that holds a object. A object is a collection (ordered, non-unique) of values. |
![]() |
IPropertyDependentObjectList | Represents a Content Engine property that holds an object. A object is a collection (ordered, non-unique) of objects. |
![]() |
IPropertyEngineObject | Represents a Content Engine property that holds an object. |
![]() |
IPropertyFloat64 | Represents a Content Engine property that holds a (64-bit floating point) value. |
![]() |
IPropertyFloat64List | Represents a Content Engine property that holds a object. A object is a collection (ordered, non-unique) of (64-bit floating point) values. |
![]() |
IPropertyId | Represents a Content Engine property that holds an Id (GUID string) value. |
![]() |
IPropertyIdList | Represents a Content Engine property that holds an object. An object is a collection (ordered, non-unique) of objects, each of which represents a GUID value. |
![]() |
IPropertyIndependentObjectSet | Represents a Content Engine property that holds an object. An object is a collection (ordered, non-unique) of objects. |
![]() |
IPropertyInteger32 | Represents a Content Engine property that holds an (32-bit signed integer) value. |
![]() |
IPropertyInteger32List | Represents a Content Engine property that holds an object. An object is a collection (ordered, non-unique) of values. |
![]() |
IPropertyString | Represents a Content Engine property that holds a value. |
![]() |
IPropertyStringList | Represents a Content Engine property that holds a object. A object is a collection (ordered, non-unique) of values. |