Class FieldChoiceMultiOptions
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Available options for SharePoint Multi Choice fields
public class FieldChoiceMultiOptions : CommonFieldOptions
- Inheritance
-
FieldChoiceMultiOptions
- Derived
- Inherited Members
Properties
Choices
Gets or sets a value that specifies values that are available for selection in the field.
public string[] Choices { get; set; }
Property Value
- string[]
DefaultChoice
Gets or sets the default choice value
public string DefaultChoice { get; set; }
Property Value
FillInChoice
Gets or sets a value that specifies whether the field can accept values other than those specified in Choices.
public bool? FillInChoice { get; set; }
Property Value
- bool?