Class FieldLookupOptions
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Available options for SharePoint lookup fields
public class FieldLookupOptions : CommonFieldOptions
- Inheritance
-
FieldLookupOptions
- Inherited Members
Properties
LookupFieldName
Gets or sets a value that specifies the internal field name of the field used as the lookup values.
public string LookupFieldName { get; set; }
Property Value
LookupListId
Gets or sets a value that specifies the list identifier of the list that contains the field to use as the lookup values.
public Guid LookupListId { get; set; }
Property Value
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.
public Guid LookupWebId { get; set; }