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;

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