Search Results for

    Show / Hide Table of Contents

    Class FieldChoiceMultiOptions

    Available options for SharePoint Multi Choice fields

    Inheritance
    System.Object
    CommonFieldOptions
    FieldChoiceMultiOptions
    FieldChoiceOptions
    Inherited Members
    CommonFieldOptions.Id
    CommonFieldOptions.Required
    CommonFieldOptions.AddToDefaultView
    CommonFieldOptions.Options
    CommonFieldOptions.Description
    CommonFieldOptions.InternalName
    CommonFieldOptions.DefaultFormula
    CommonFieldOptions.EnforceUniqueValues
    CommonFieldOptions.Group
    CommonFieldOptions.Hidden
    CommonFieldOptions.Indexed
    CommonFieldOptions.ValidationFormula
    CommonFieldOptions.ValidationMessage
    CommonFieldOptions.ShowInEditForm
    CommonFieldOptions.ShowInViewForms
    CommonFieldOptions.ShowInNewForm
    CommonFieldOptions.CustomFormatter
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class FieldChoiceMultiOptions : CommonFieldOptions

    Properties

    Choices

    Gets or sets a value that specifies values that are available for selection in the field.

    Declaration
    public string[] Choices { get; set; }
    Property Value
    System.String[]

    DefaultChoice

    Gets or sets the default choice value

    Declaration
    public string DefaultChoice { get; set; }
    Property Value
    System.String

    FillInChoice

    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>

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer