Updates the value of the IDoubleProperty
.
IDoubleProperty
; cannot be null
. null
. An InvalidOperationException
will be thrown if this method is called on an item that is not checked out. The updated property value will not be persisted until IContentItemManager.CheckInItem
is called. If the content item does not contain the specified property, an ArgumentException
will be thrown when IContentItemManager.CheckInItem
is called.
Exception Type | Condition |
---|---|
InvalidOperationException | The item has already been removed or the item is not checked out. |
ArgumentException | The item does not contain the specified property. |
IContentItem Interface | Plumtree.Remote.PRC.Content.Item Namespace | CheckInItem