Search Results for

    Show / Hide Table of Contents

    Interface ITermLocalizedLabel

    Represents the localized label used in the term store, which identifies the name in the localized language.

    Inherited Members
    IDataModel<ITermLocalizedLabel>.Requested
    IDataModel<ITermLocalizedLabel>.HasValue(String)
    IDataModel<ITermLocalizedLabel>.HasChanged(String)
    IDataModel<ITermLocalizedLabel>.IsPropertyAvailable(Expression<Func<ITermLocalizedLabel, Object>>)
    IDataModel<ITermLocalizedLabel>.ArePropertiesAvailable(Expression<Func<ITermLocalizedLabel, Object>>[])
    IDataModel<ITermLocalizedLabel>.EnsureProperties(Expression<Func<ITermLocalizedLabel, Object>>[])
    IDataModel<ITermLocalizedLabel>.EnsurePropertiesAsync(Expression<Func<ITermLocalizedLabel, Object>>[])
    IDataModel<ITermLocalizedLabel>.ExecuteRequestAsync(ApiRequest)
    IDataModel<ITermLocalizedLabel>.ExecuteRequest(ApiRequest)
    IDataModel<ITermLocalizedLabel>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<ITermLocalizedLabel>.ExecuteRequestBatch(ApiRequest)
    IDataModel<ITermLocalizedLabel>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<ITermLocalizedLabel>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface ITermLocalizedLabel : IDataModel<ITermLocalizedLabel>, IDataModelParent, IDataModelWithContext, ISupportModules<ITermLocalizedLabel>

    Properties

    IsDefault

    Indicates whether the label is the default label.

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

    LanguageTag

    The language for the label.

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

    Name

    The name in the localized language.

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

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer