SEToolbox.Support.ToolboxUpdater.GetApplicationContentPath C# (CSharp) Method

GetApplicationContentPath() public static method

public static GetApplicationContentPath ( ) : string
return string
        public static string GetApplicationContentPath()
        {
            return Path.GetFullPath(Path.Combine(GetApplicationFilePath(), @"..\Content"));
        }