Search Results for

    Show / Hide Table of Contents

    Interface ITermSetLocalizedName

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

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

    Properties

    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