Search Results for

    Show / Hide Table of Contents

    Class FieldTaxonomyValue

    Represents a taxonomy field value

    Inheritance
    object
    FieldValue
    FieldTaxonomyValue
    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 FieldTaxonomyValue : FieldValue, IFieldTaxonomyValue, IFieldValue

    Constructors

    FieldTaxonomyValue(Guid, string)

    Default constructor

    Declaration
    public FieldTaxonomyValue(Guid termId, string label)
    Parameters
    Guid termId

    Taxonomy term id

    string label

    Taxonomy label

    FieldTaxonomyValue(Guid, string, int)

    Default constructor

    Declaration
    public FieldTaxonomyValue(Guid termId, string label, int wssId)
    Parameters
    Guid termId

    Taxonomy term id

    string label

    Taxonomy label

    int wssId

    Optionally provide the wssId value

    Properties

    Label

    Taxonomy label

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

    Implements
    IFieldTaxonomyValue.Label

    TermId

    Taxonomy term id

    Declaration
    public Guid TermId { get; set; }
    Property Value
    Guid

    Implements
    IFieldTaxonomyValue.TermId
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer