Class FieldUrlValue
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Base class for reading and writing of "special" field types like a lookup, user, url...
public sealed class FieldUrlValue : FieldValue, IFieldUrlValue, IFieldValue
- Inheritance
-
FieldUrlValue
- Implements
- Inherited Members
Constructors
FieldUrlValue(string)
Default constructor
public FieldUrlValue(string url)
Parameters
urlstringUrl to set
FieldUrlValue(string, string)
Default constructor
public FieldUrlValue(string url, string description)
Parameters
Properties
Description
Description of the Url
public string Description { get; set; }
Property Value
Url
Url
public string Url { get; set; }