PFFieldChoiceValue_Utils Class |
Namespace: Packflow.Core
public static class PFFieldChoiceValue_Utils
The PFFieldChoiceValue_Utils type exposes the following members.
| Name | Description | |
|---|---|---|
| GetSelectedId |
Gets the item id of a choice value. Returns -1 if the value is null or empty.
| |
| GetSelectedIds |
Gets the item ids of a choice value. Returns an empty list if the value is null or empty.
| |
| IsEmpty |
Gets a value indicating whether the choice value is null or empty.
| |
| IsNotEmpty |
Gets a value indicating whether the choice value is not null and contains references.
|