Class FieldChoiceMultiOptions
Available options for SharePoint Multi Choice fields
Inheritance
System.Object
FieldChoiceMultiOptions
Assembly: PnP.Core.dll
Syntax
public class FieldChoiceMultiOptions : CommonFieldOptions
Properties
Gets or sets a value that specifies values that are available for selection in the field.
Declaration
public string[] Choices { get; set; }
Property Value
Gets or sets the default choice value
Declaration
public string DefaultChoice { get; set; }
Property Value
Gets or sets a value that specifies whether the field can accept values other than those specified in Choices.
Declaration
public bool? FillInChoice { get; set; }
Property Value
System.Nullable<System.Boolean>
|