Search Results for

    Show / Hide Table of Contents

    Class FieldTextOptions

    Available options for SharePoint Text fields

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

    Properties

    MaxLength

    Gets or sets the maximum length of the text field.

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

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