Removes a property from the Data Entry Template.
IBaseProperty
to be removed from the Data Entry Template; cannot be null
. The property can be any sub-type of IBaseProperty
. The removal will not be stored permanently until Store
is called.
Exception Type | Condition |
---|---|
ArgumentException | The property to be removed cannot be found in the Data Entry Template. |
InvalidOperationException | The Data Entry Template has already been removed. |
IDataEntryTemplate Interface | Plumtree.Remote.PRC.Content.DataEntryTemplate Namespace