Click or drag to resize

PFFieldChoiceValueHelperTargetItemTypeGetSelectedIds Method

Gets the item ids of the choice value. Returns an empty list if the value is null or empty.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<long> GetSelectedIds()

Return Value

Type: ListInt64
See Also