Class Term
Inheritance
System.Object
Term
Assembly: PnP.Framework.dll
Syntax
public class Term : TermSetItem
Constructors
Properties
Declaration
public StringDictionaryItem[] CustomProperties { get; set; }
Property Value
Declaration
public int CustomSortOrder { get; set; }
Property Value
Declaration
public bool IsDeprecated { get; set; }
Property Value
Declaration
public bool IsPinned { get; set; }
Property Value
Declaration
public bool IsPinnedRoot { get; set; }
Property Value
Declaration
public bool IsReused { get; set; }
Property Value
Declaration
public bool IsSourceTerm { get; set; }
Property Value
Declaration
public TermLabelsLabel[] Labels { get; set; }
Property Value
Declaration
public int Language { get; set; }
Property Value
Declaration
public bool LanguageSpecified { get; set; }
Property Value
Declaration
public StringDictionaryItem[] LocalCustomProperties { get; set; }
Property Value
Declaration
public bool ReuseChildren { get; set; }
Property Value
Declaration
public string SourceTermId { get; set; }
Property Value
Declaration
public TermTerms Terms { get; set; }
Property Value
Extension Methods