Click or drag to resize

PFFieldChoiceValue_UtilsGetSelectedIds Method

Gets the item ids of a 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 static List<long> GetSelectedIds(
	this PFFieldChoiceValue value
)

Parameters

value
Type: Packflow.CorePFFieldChoiceValue

Return Value

Type: ListInt64

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PFFieldChoiceValue. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also