Parent

SiteConfiguration

Public Class Methods

new(name) click to toggle source
# File lib/inetmgr/site_configuration.rb, line 4
def initialize(name)
        super "MACHINE/WEBROOT/APPHOST/#{name}"
end

Public Instance Methods

get_app_settings() click to toggle source
# File lib/inetmgr/site_configuration.rb, line 8
def get_app_settings
        s = get_config_section "appSettings"
        IisObjectCollection.new s.Collection, :add, IisObject
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.