Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

ISettingsModel.cs


namespace Nop.Web.Framework.Models;

/// <summary>
/// Represents a settings model
/// </summary>
public partial interface ISettingsModel
{
    /// <summary>
    /// Gets or sets an active store scope configuration (store identifier)
    /// </summary>
    int ActiveStoreScopeConfiguration { get; set; }
}