Class FieldMultilineTextOptions
Available options for SharePoint Multiline Text fields
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class FieldMultilineTextOptions : CommonFieldOptions
Available options for SharePoint Multiline Text fields
public class FieldMultilineTextOptions : CommonFieldOptions
Gets or sets a value that specifies whether a hyperlink is allowed as a value of the field.
public bool? AllowHyperlink { get; set; }
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.
public bool? AppendOnly { get; set; }
System.Nullable<System.Boolean>
|
Gets or sets a value that specifies the number of lines of text to display for the field.
public int? NumberOfLines { get; set; }
System.Nullable<System.Int32>
|
Gets or sets a value that specifies whether the field supports a subset of rich formatting.
public bool? RestrictedMode { get; set; }
System.Nullable<System.Boolean>
|
Gets or sets a value that specifies whether the field supports rich formatting.
public bool? RichText { get; set; }
System.Nullable<System.Boolean>
|
Gets or sets a value that specifies whether the field supports unlimited length in document libraries.
public bool? UnlimitedLengthInDocumentLibrary { get; set; }
System.Nullable<System.Boolean>
|