Share via


ListFieldChoice.SetChoices Method

SharePoint Designer Developer Reference

Sets the choices for a choice field to the items indicated in the ppsaChoices argument.

Syntax

expression.SetChoices(ppsaChoices)

expression   Required. A variable that represents a ListFieldChoice object.

Parameters

Name Required/Optional Data Type Description
ppsaChoices Required String An array of items that represent the choices in the list field.

See Also