Subtext.Framework.BlogInfo.GetBlogById C# (CSharp) Метод

GetBlogById() публичный статический Метод

Gets the blog by id.
public static GetBlogById ( int blogId ) : BlogInfo
blogId int Blog id.
Результат BlogInfo
        public static BlogInfo GetBlogById(int blogId)
        {
            return ObjectProvider.Instance().GetBlogById(blogId);
        }