Search Results for

    Show / Hide Table of Contents

    Class FieldUrlOptions

    Available options for SharePoint URL fields

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

    Properties

    DisplayFormat

    Gets or sets a value that specifies the display format for the value in the field.

    Declaration
    public UrlFieldFormatType DisplayFormat { get; set; }
    Property Value
    UrlFieldFormatType

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