Class Term
Inherited Members
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
Assembly: PnP.Framework.dll
Syntax
public class Term : TermSetItem
Constructors
Term()
Declaration
public Term()
Properties
CustomProperties
Declaration
public StringDictionaryItem[] CustomProperties { get; set; }
Property Value
StringDictionaryItem[]
|
CustomSortOrder
Declaration
public int CustomSortOrder { get; set; }
Property Value
System.Int32
|
IsDeprecated
Declaration
public bool IsDeprecated { get; set; }
Property Value
System.Boolean
|
IsPinned
Declaration
public bool IsPinned { get; set; }
Property Value
System.Boolean
|
IsPinnedRoot
Declaration
public bool IsPinnedRoot { get; set; }
Property Value
System.Boolean
|
IsReused
Declaration
public bool IsReused { get; set; }
Property Value
System.Boolean
|
IsSourceTerm
Declaration
public bool IsSourceTerm { get; set; }
Property Value
System.Boolean
|
Labels
Language
Declaration
public int Language { get; set; }
Property Value
System.Int32
|
LanguageSpecified
Declaration
public bool LanguageSpecified { get; set; }
Property Value
System.Boolean
|
LocalCustomProperties
Declaration
public StringDictionaryItem[] LocalCustomProperties { get; set; }
Property Value
StringDictionaryItem[]
|
ReuseChildren
Declaration
public bool ReuseChildren { get; set; }
Property Value
System.Boolean
|
SourceTermId
Declaration
public string SourceTermId { get; set; }
Property Value
System.String
|