Search Results for

    Show / Hide Table of Contents

    Class FieldTaxonomyValue

    Represents a taxonomy field value

    Inheritance
    System.Object
    FieldValue
    FieldTaxonomyValue
    Inherited Members
    FieldValue.Field
    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

    System.String label

    Taxonomy label

    FieldTaxonomyValue(Guid, String, Int32)

    Default constructor

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

    Taxonomy term id

    System.String label

    Taxonomy label

    System.Int32 wssId

    Optionally provide the wssId value

    Properties

    Label

    Taxonomy label

    Declaration
    public string Label { get; set; }
    Property Value
    System.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