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
    System.Object
    FieldValue
    FieldUrlValue
    Inherited Members
    FieldValue.Field
    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
    System.String url

    Url to set

    FieldUrlValue(String, String)

    Default constructor

    Declaration
    public FieldUrlValue(string url, string description)
    Parameters
    System.String url

    Url to set

    System.String description

    Url description to use

    Properties

    Description

    Description of the Url

    Declaration
    public string Description { get; set; }
    Property Value
    System.String

    Implements
    IFieldUrlValue.Description

    Url

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    System.String

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