Click or drag to resize

PFFieldChoiceValueHelperTargetItemTypeRemoveItem Method (PFItemReference)

Removes an item. Note: does not throw an exception if the item is not found among the values.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFFieldChoiceValueHelper<TargetItemType> RemoveItem(
	PFItemReference item
)

Parameters

item
Type: Packflow.CorePFItemReference

Return Value

Type: PFFieldChoiceValueHelperTargetItemType
See Also