Search Results for

    Show / Hide Table of Contents

    Class TermData

    Inheritance
    System.Object
    TermData
    Namespace: PnP.Framework.Modernization.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class TermData : object

    Properties

    IsSourceTerm

    Is the term a source term

    Declaration
    public bool IsSourceTerm { get; set; }
    Property Value
    System.Boolean

    IsTermResolved

    Marks the term data validation against the term store

    Declaration
    public bool IsTermResolved { get; set; }
    Property Value
    System.Boolean

    TermGuid

    Term Guid

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

    TermLabel

    Term Label

    Declaration
    public string TermLabel { get; set; }
    Property Value
    System.String

    TermPath

    Term Path

    Declaration
    public string TermPath { get; set; }
    Property Value
    System.String

    TermSetId

    Term Set ID

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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer