Table of Contents

Class FieldMultilineTextOptions

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Available options for SharePoint Multiline Text fields

public class FieldMultilineTextOptions : CommonFieldOptions
Inheritance
FieldMultilineTextOptions
Inherited Members

Properties

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

public bool? AllowHyperlink { get; set; }

Property Value

bool?

AppendOnly

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

public bool? AppendOnly { get; set; }

Property Value

bool?

NumberOfLines

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

public int? NumberOfLines { get; set; }

Property Value

int?

RestrictedMode

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

public bool? RestrictedMode { get; set; }

Property Value

bool?

RichText

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

public bool? RichText { get; set; }

Property Value

bool?

UnlimitedLengthInDocumentLibrary

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

public bool? UnlimitedLengthInDocumentLibrary { get; set; }

Property Value

bool?