Binboo.Core.Configuration.CoreConfig.CommandConfigurationFor C# (CSharp) Method

CommandConfigurationFor() public method

public CommandConfigurationFor ( string plugin, string commandName ) : XmlNode
plugin string
commandName string
return System.Xml.XmlNode
        public XmlNode CommandConfigurationFor(string plugin, string commandName)
        {
            return FindConfigItem(plugin, string.Format("commands/{0}", commandName.ToLowerInvariant()));
        }