Table of Contents

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

url string

Url to set

FieldUrlValue(string, string)

Default constructor

public FieldUrlValue(string url, string description)

Parameters

url string

Url to set

description string

Url description to use

Properties

Description

Description of the Url

public string Description { get; set; }

Property Value

string

Url

Url

public string Url { get; set; }

Property Value

string