Class FieldMultilineTextOptions
Available options for SharePoint Multiline Text fields
Inheritance
System.Object
FieldMultilineTextOptions
Assembly: PnP.Core.dll
Syntax
public class FieldMultilineTextOptions : CommonFieldOptions
Properties
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>
|
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>
|
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>
|
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>
|
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>
|
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>
|