Search Results for

    Show / Hide Table of Contents

    Class FieldMultilineTextOptions

    Available options for SharePoint Multiline Text fields

    Inheritance
    System.Object
    CommonFieldOptions
    FieldMultilineTextOptions
    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 FieldMultilineTextOptions : CommonFieldOptions

    Properties

    AllowHyperlink

    Gets or sets a value that specifies whether a hyperlink is allowed as a value of the field.

    Declaration
    public bool? AllowHyperlink { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    AppendOnly

    Gets or sets a value that specifies whether all changes to the value of the field are displayed in list forms.

    Declaration
    public bool? AppendOnly { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    NumberOfLines

    Gets or sets a value that specifies the number of lines of text to display for the field.

    Declaration
    public int? NumberOfLines { get; set; }
    Property Value
    System.Nullable<System.Int32>

    RestrictedMode

    Gets or sets a value that specifies whether the field supports a subset of rich formatting.

    Declaration
    public bool? RestrictedMode { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    RichText

    Gets or sets a value that specifies whether the field supports rich formatting.

    Declaration
    public bool? RichText { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    UnlimitedLengthInDocumentLibrary

    Gets or sets a value that specifies whether the field supports unlimited length in document libraries.

    Declaration
    public bool? UnlimitedLengthInDocumentLibrary { get; set; }
    Property Value
    System.Nullable<System.Boolean>

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