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(Expression<Func<IRegionalSettings, Object>>[])
    IDataModel<IRegionalSettings>.EnsureProperties(Expression<Func<IRegionalSettings, Object>>[])
    IDataModel<IRegionalSettings>.EnsurePropertiesAsync(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, Expression<Func<IRegionalSettings, Object>>[])
    IDataModelGet<IRegionalSettings>.GetAsync(Expression<Func<IRegionalSettings, Object>>[])
    IDataModelLoad<IRegionalSettings>.LoadBatchAsync(Batch, Expression<Func<IRegionalSettings, Object>>[])
    IDataModelLoad<IRegionalSettings>.LoadAsync(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

    All

    Gets all properties of this entity

    Declaration
    object All { get; }
    Property Value
    System.Object

    AM

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

    Declaration
    string AM { get; }
    Property Value
    System.String

    CollationLCID

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

    Declaration
    int CollationLCID { get; }
    Property Value
    System.Int32

    DateFormat

    Gets the date format that is used.

    Declaration
    int DateFormat { get; }
    Property Value
    System.Int32

    DateSeparator

    Gets the separator that is used for dates.

    Declaration
    string DateSeparator { get; }
    Property Value
    System.String

    DecimalSeparator

    Gets the separator that is used for decimals.

    Declaration
    string DecimalSeparator { get; }
    Property Value
    System.String

    DigitGrouping

    Gets the separator that is used in grouping digits.

    Declaration
    string DigitGrouping { get; }
    Property Value
    System.String

    FirstDayOfWeek

    Gets the first day of the week used in calendars.

    Declaration
    int FirstDayOfWeek { get; }
    Property Value
    System.Int32

    IsEastAsia

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

    Declaration
    bool IsEastAsia { get; }
    Property Value
    System.Boolean

    IsRightToLeft

    Gets the separator that is used for decimals.

    Declaration
    bool IsRightToLeft { get; }
    Property Value
    System.Boolean

    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
    System.Boolean

    ListSeparator

    Gets the separator used in lists.

    Declaration
    string ListSeparator { get; }
    Property Value
    System.String

    LocaleId

    Gets or sets the locale ID in use.

    Declaration
    int LocaleId { get; }
    Property Value
    System.Int32

    NegativeSign

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

    Declaration
    string NegativeSign { get; }
    Property Value
    System.String

    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
    System.Int32

    PM

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

    Declaration
    string PM { get; }
    Property Value
    System.String

    PositiveSign

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

    Declaration
    string PositiveSign { get; }
    Property Value
    System.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
    System.Boolean

    ThousandSeparator

    Gets the thousand separator used for numbers.

    Declaration
    string ThousandSeparator { get; }
    Property Value
    System.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
    System.Boolean

    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
    System.Int32

    TimeSeparator

    Gets the time separator that is used.

    Declaration
    string TimeSeparator { get; }
    Property Value
    System.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 .
    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>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.Get<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.Load<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.QueryProperties<TModel>(IDataModelLoad<TModel>, 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