Search Results for

    Show / Hide Table of Contents

    Interface IRegionalSettings

    Public interface to define a RegionalSettings object

    Inherited Members
    IDataModel<IRegionalSettings>.Requested
    IDataModel<IRegionalSettings>.HasValue(string)
    IDataModel<IRegionalSettings>.HasChanged(string)
    IDataModel<IRegionalSettings>.IsPropertyAvailable(Expression<Func<IRegionalSettings, object>>)
    IDataModel<IRegionalSettings>.ArePropertiesAvailable(params Expression<Func<IRegionalSettings, object>>[])
    IDataModel<IRegionalSettings>.EnsureProperties(params Expression<Func<IRegionalSettings, object>>[])
    IDataModel<IRegionalSettings>.EnsurePropertiesAsync(params Expression<Func<IRegionalSettings, object>>[])
    IDataModel<IRegionalSettings>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IRegionalSettings>.ExecuteRequest(ApiRequest)
    IDataModel<IRegionalSettings>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IRegionalSettings>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IRegionalSettings>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IRegionalSettings>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    IDataModelGet<IRegionalSettings>.GetBatchAsync(Batch, params Expression<Func<IRegionalSettings, object>>[])
    IDataModelGet<IRegionalSettings>.GetAsync(params Expression<Func<IRegionalSettings, object>>[])
    IDataModelLoad<IRegionalSettings>.LoadBatchAsync(Batch, params Expression<Func<IRegionalSettings, object>>[])
    IDataModelLoad<IRegionalSettings>.LoadAsync(params Expression<Func<IRegionalSettings, object>>[])
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IRegionalSettings : IDataModel<IRegionalSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<IRegionalSettings>, IDataModelGet<IRegionalSettings>, IDataModelLoad<IRegionalSettings>, IQueryableDataModel

    Properties

    AM

    Gets the string that is used to represent A.M..

    Declaration
    string AM { get; }
    Property Value
    string

    All

    Gets all properties of this entity

    Declaration
    object All { get; }
    Property Value
    object

    CollationLCID

    Gets the locale identifier (LCID) for the collation rules that are used on the site.

    Declaration
    int CollationLCID { get; }
    Property Value
    int

    DateFormat

    Gets the date format that is used.

    Declaration
    int DateFormat { get; }
    Property Value
    int

    DateSeparator

    Gets the separator that is used for dates.

    Declaration
    string DateSeparator { get; }
    Property Value
    string

    DecimalSeparator

    Gets the separator that is used for decimals.

    Declaration
    string DecimalSeparator { get; }
    Property Value
    string

    DigitGrouping

    Gets the separator that is used in grouping digits.

    Declaration
    string DigitGrouping { get; }
    Property Value
    string

    FirstDayOfWeek

    Gets the first day of the week used in calendars.

    Declaration
    int FirstDayOfWeek { get; }
    Property Value
    int

    IsEastAsia

    Gets a Boolean value that indicates whether the Web site locale is an East Asian locale.

    Declaration
    bool IsEastAsia { get; }
    Property Value
    bool

    IsRightToLeft

    Gets the separator that is used for decimals.

    Declaration
    bool IsRightToLeft { get; }
    Property Value
    bool

    IsUIRightToLeft

    Gets a Boolean value that indicates whether the Web site user interface (UI) uses a right-to-left language.

    Declaration
    bool IsUIRightToLeft { get; }
    Property Value
    bool

    ListSeparator

    Gets the separator used in lists.

    Declaration
    string ListSeparator { get; }
    Property Value
    string

    LocaleId

    Gets or sets the locale ID in use.

    Declaration
    int LocaleId { get; }
    Property Value
    int

    NegNumberMode

    Gets the negative number mode that is used for displaying negative numbers in calculated fields based on the locale of the server.

    Declaration
    int NegNumberMode { get; }
    Property Value
    int

    NegativeSign

    Gets the symbol that is used to represent a negative sign.

    Declaration
    string NegativeSign { get; }
    Property Value
    string

    PM

    Gets the string that is used to represent P.M..

    Declaration
    string PM { get; }
    Property Value
    string

    PositiveSign

    Gets the symbol that is used to represent a positive sign.

    Declaration
    string PositiveSign { get; }
    Property Value
    string

    ShowWeeks

    Gets Boolean value that specifies whether to display the week number in day or week views of a calendar.

    Declaration
    bool ShowWeeks { get; }
    Property Value
    bool

    ThousandSeparator

    Gets the thousand separator used for numbers.

    Declaration
    string ThousandSeparator { get; }
    Property Value
    string

    Time24

    Gets or sets a Boolean value that specifies whether to use a 24-hour time format in representing the hours of the day.

    Declaration
    bool Time24 { get; }
    Property Value
    bool

    TimeMarkerPosition

    Gets a value that indicates whether A.M. and P.M. appear before or after the time string.

    Declaration
    int TimeMarkerPosition { get; }
    Property Value
    int

    TimeSeparator

    Gets the time separator that is used.

    Declaration
    string TimeSeparator { get; }
    Property Value
    string

    TimeZone

    Gets the time zone that is used.

    Declaration
    ITimeZone TimeZone { get; }
    Property Value
    ITimeZone

    TimeZones

    Gets the collection of time zones used in SharePoint Online. Implements IQueryable<T>.
    See Requesting model collections and IQueryable performance considerations to learn more.

    Declaration
    ITimeZoneCollection TimeZones { get; }
    Property Value
    ITimeZoneCollection

    Extension Methods

    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Batch, params Expression<Func<TModel, object>>[])
    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, params Expression<Func<TModel, object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Batch, params Expression<Func<TModel, object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, params Expression<Func<TModel, object>>[])
    DataModelGetExtensions.Get<TModel>(IDataModelGet<TModel>, params Expression<Func<TModel, object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Batch, params Expression<Func<TModel, object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, params Expression<Func<TModel, object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Batch, params Expression<Func<TModel, object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, params Expression<Func<TModel, object>>[])
    DataModelLoadExtensions.Load<TModel>(IDataModelLoad<TModel>, params Expression<Func<TModel, object>>[])
    DataModelLoadExtensions.QueryProperties<TModel>(IDataModelLoad<TModel>, params Expression<Func<TModel, object>>[])
    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