Class FieldLookupOptions
Available options for SharePoint lookup fields
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class FieldLookupOptions : CommonFieldOptions
Available options for SharePoint lookup fields
public class FieldLookupOptions : CommonFieldOptions
Gets or sets a value that specifies the internal field name of the field used as the lookup values.
public string LookupFieldName { get; set; }
System.String
|
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; }
Guid
|
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; }
Guid
|