Class FieldUrlValue
Base class for reading and writing of "special" field types like a lookup, user, url...
Inheritance
System.Object
FieldUrlValue
Assembly: PnP.Core.dll
Syntax
public sealed class FieldUrlValue : FieldValue, IFieldUrlValue, IFieldValue
Constructors
Declaration
public FieldUrlValue(string url)
Parameters
System.String
url
Url to set
|
Declaration
public FieldUrlValue(string url, string description)
Parameters
System.String
url
Url to set
|
System.String
description
Url description to use
|
Properties
Declaration
public string Description { get; set; }
Property Value
Implements
Declaration
public string Url { get; set; }
Property Value
Implements