Binboo.Core.Configuration.CoreConfig.InjectActiveConfigId C# (CSharp) 메소드

InjectActiveConfigId() 개인적인 정적인 메소드

private static InjectActiveConfigId ( string xpath ) : string
xpath string
리턴 string
        private static string InjectActiveConfigId(string xpath)
        {
            int index = ConfigPathPrefix.Length;
            return xpath.Insert(xpath.IndexOf("/", index), String.Format("[@id='{0}']", GetActiveConfigId()));
        }