Search Results for

    Show / Hide Table of Contents

    Class FieldUrlValue

    Base class for reading and writing of "special" field types like a lookup, user, url...

    Inheritance
    object
    FieldValue
    FieldUrlValue
    Inherited Members
    FieldValue.Field
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public sealed class FieldUrlValue : FieldValue, IFieldUrlValue, IFieldValue

    Constructors

    FieldUrlValue(string)

    Default constructor

    Declaration
    public FieldUrlValue(string url)
    Parameters
    string url

    Url to set

    FieldUrlValue(string, string)

    Default constructor

    Declaration
    public FieldUrlValue(string url, string description)
    Parameters
    string url

    Url to set

    string description

    Url description to use

    Properties

    Description

    Description of the Url

    Declaration
    public string Description { get; set; }
    Property Value
    string

    Implements
    IFieldUrlValue.Description

    Url

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    string

    Implements
    IFieldUrlValue.Url
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer