Interface IFieldLink
Public interface to define a FieldLink object
Assembly: PnP.Core.dll
Syntax
public interface IFieldLink : IDataModel<IFieldLink>, IDataModelParent, IDataModelWithContext, ISupportModules<IFieldLink>, IDataModelGet<IFieldLink>, IDataModelLoad<IFieldLink>, IDataModelUpdate, IDataModelDelete, IQueryableDataModel
Properties
A special property used to add an asterisk to a $select statement
Declaration
Property Value
Gets or sets the display name of the field in the field link.
Declaration
string DisplayName { get; set; }
Property Value
Gets or sets the field internal name specified in the field link.
Declaration
string FieldInternalName { get; }
Property Value
Gets or sets a Boolean value that specifies whether the field is displayed in forms that can be edited.
Declaration
bool Hidden { get; set; }
Property Value
Gets a value that specifies the GUID of the FieldLink.
Declaration
Property Value
Gets a value that specifies the name of the FieldLink.
Declaration
Property Value
Gets or sets whether the field is read-only.
Declaration
bool ReadOnly { get; set; }
Property Value
Gets or sets whether the field is required.
Declaration
bool Required { get; set; }
Property Value
Extension Methods