Alloy.Business.Rendering.TemplateCoordinator.BlockPath C# (CSharp) Method

BlockPath() private static method

private static BlockPath ( string fileName ) : string
fileName string
return string
        private static string BlockPath(string fileName)
        {
            return string.Format("{0}{1}", BlockFolder, fileName);
        }