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.
The following tables list the members exposed by IProperty.
Public Methods
Name | Description | |
---|---|---|
![]() |
GetBinaryListValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetBinaryValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetBooleanListValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetBooleanValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetDateTimeListValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetDateTimeValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetDependentObjectListValue | Returns the list of values held by the Content Engine property collection represented by this object. |
![]() |
GetEngineObjectValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetFloat64ListValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetFloat64Value | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetIdListValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetIdValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetIndependentObjectSetValue | Returns the set of values held by the Content Engine property collection represented by this object. |
![]() |
GetInputStreamValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetInteger32ListValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetInteger32Value | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetObjectValue | Returns the value held by the Content Engine property represented by this object. If the property holds an unevaluated object or a reference object, this method makes a round trip to the server to retrieve the object value. |
![]() |
GetPropertyName | Returns the name of the Content Engine property represented by this object. |
![]() |
GetRetrievalErrorValue | Returns the error code held by this object when the Content Engine property that it represents cannot be accessed. |
![]() |
GetState | Returns a constant that specifies the type of value held by this object as it relates to a particular Content Engine property. Possible values are:
|
![]() |
GetStringListValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
GetStringValue | Returns the value held by the Content Engine property represented by this object. |
![]() |
IsDirty | Specifies whether the value of the Content Engine property represented by this object has changed since it was last saved ( ) or not ( ). |
![]() |
IsSettable | Specifies whether the value of the Content Engine property represented by this object can be set by an application ( ) or not ( ). |
![]() |
SetObjectValue | Sets the value of the Content Engine property represented by this object to the specified .
|