Click or drag to resize

FieldItemAsChoiceFieldItem Method

If the field is a choice field, provides a mechanism to get this instance of the field as a IChoiceFieldItem.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public IChoiceFieldItem AsChoiceFieldItem()

Return Value

Type: IChoiceFieldItem
If this instance is a choice field, returns an instance of IChoiceFieldItem; otherwise, returns null.
See Also