Class FieldTextOptions
Available options for SharePoint Text fields
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class FieldTextOptions : CommonFieldOptions
Available options for SharePoint Text fields
public class FieldTextOptions : CommonFieldOptions
Gets or sets the maximum length of the text field.
public int? MaxLength { get; set; }
System.Nullable<System.Int32>
|