Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDataEntryTemplate.RemoveProperty Method 

Removes a property from the Data Entry Template.

void RemoveProperty(
   IBaseProperty property
);

Parameters

property
A sub-type of IBaseProperty to be removed from the Data Entry Template; cannot be null.

Remarks

The property can be any sub-type of IBaseProperty. The removal will not be stored permanently until Store is called.

Exceptions

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.

See Also

IDataEntryTemplate Interface | Plumtree.Remote.PRC.Content.DataEntryTemplate Namespace