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);
        }