Orchard.Environment.Configuration.ShellSettings.ShellSettings C# (CSharp) Method

ShellSettings() public method

public ShellSettings ( ShellSettings settings )
settings ShellSettings
        public ShellSettings(ShellSettings settings) {
            Name = settings.Name;
            DataProvider = settings.DataProvider;
            DataConnectionString = settings.DataConnectionString;
            DataTablePrefix = settings.DataTablePrefix;
            RequestUrlHost = settings.RequestUrlHost;
            RequestUrlPrefix = settings.RequestUrlPrefix;
            EncryptionAlgorithm = settings.EncryptionAlgorithm;
            EncryptionKey = settings.EncryptionKey;
            HashAlgorithm = settings.HashAlgorithm;
            HashKey = settings.HashKey;
            State = settings.State;
            Themes = settings.Themes;
        }

Same methods

ShellSettings::ShellSettings ( )
ShellSettings