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(params Expression<Func<ITermLocalizedLabel, object>>[])
    IDataModel<ITermLocalizedLabel>.EnsureProperties(params Expression<Func<ITermLocalizedLabel, object>>[])
    IDataModel<ITermLocalizedLabel>.EnsurePropertiesAsync(params 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
    bool

    LanguageTag

    The language for the label.

    Declaration
    string LanguageTag { get; set; }
    Property Value
    string

    Name

    The name in the localized language.

    Declaration
    string Name { get; set; }
    Property Value
    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