Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

PropertyProperty Fields

The fields of the PropertyProperty class are listed below. For a complete list of PropertyProperty class members, see the PropertyProperty Members topic.

Public Static Fields

CardProperty Whether or not this property applies to documents.
Href Whether or not the property represents an URL.
Mandatory Whether or not a value must be specified for the property.
MultiValued Whether or not this property can take multiple values.
PickTable The database table containing possible values for this property if it's PickType is PropertyPickTypeIDs.UnmanagedList
PickType The pick type associated with this object, as a PropertyPickTypeIDs
ReadOnly Whether or not this property is read-only.
RefClass If the property is a 'reference property' that refers to another portal object, the class ID of the object that the property refers to.
Searchable Whether or not it is possible to search on this property.
Value The value of the property.
ValueType An enumerated value (and bitmask) indicating whether the value is a String, float, int or DateTime.
Visible Whether or not the property is visible in the UI.

See Also

PropertyProperty Class | Plumtree.Remote.PRC Namespace