Class FieldLookupOptions
Available options for SharePoint lookup fields
Inheritance
System.Object
FieldLookupOptions
Assembly: PnP.Core.dll
Syntax
public class FieldLookupOptions : CommonFieldOptions
Properties
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
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
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