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

AppendBaseConfigPath() private static method

private static AppendBaseConfigPath ( string plugin, string xpath ) : string
plugin string
xpath string
return string
        private static string AppendBaseConfigPath(string plugin, string xpath)
        {
            return ConfigPathPrefix + "/" + plugin + "/" + xpath;
        }