Plumtree EDK (Enterprise Web Development Kit) 5.4.0

PropertyProperty Members

PropertyProperty overview

Public Static Fields

CardProperty Whether 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 Can 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 this property is readonly.
RefClass If the property is a 'reference property' that refers to another Plumtree object, the class ID of the object that the property refers to.
Searchable Whether is 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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

PropertyProperty Class | Plumtree.Remote.PRC Namespace