Search Results for

    Show / Hide Table of Contents

    Class FieldLookupOptions

    Available options for SharePoint lookup fields

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

    Properties

    LookupFieldName

    Gets or sets a value that specifies the internal field name of the field used as the lookup values.

    Declaration
    public string LookupFieldName { get; set; }
    Property Value
    System.String

    LookupListId

    Gets or sets a value that specifies the list identifier of the list that contains the field to use as the lookup values.

    Declaration
    public Guid LookupListId { get; set; }
    Property Value
    Guid

    LookupWebId

    Gets or sets a value that specifies the GUID that identifies the site containing the list which contains the field used as the lookup values.

    Declaration
    public Guid LookupWebId { get; set; }
    Property Value
    Guid

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