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