Class FieldTaxonomyValue
Represents a taxonomy field value
Inheritance
System.Object
FieldTaxonomyValue
Assembly: PnP.Core.dll
Syntax
public sealed class FieldTaxonomyValue : FieldValue, IFieldTaxonomyValue, IFieldValue
Constructors
Declaration
public FieldTaxonomyValue(Guid termId, string label)
Parameters
Guid
termId
Taxonomy term id
|
System.String
label
Taxonomy label
|
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
Declaration
public string Label { get; set; }
Property Value
Implements
Declaration
public Guid TermId { get; set; }
Property Value
Implements