Subtext.Framework.BlogInfo.GetBlogById C# (CSharp) Méthode

GetBlogById() public static méthode

Gets the blog by id.
public static GetBlogById ( int blogId ) : BlogInfo
blogId int Blog id.
Résultat BlogInfo
        public static BlogInfo GetBlogById(int blogId)
        {
            return ObjectProvider.Instance().GetBlogById(blogId);
        }