Subtext.Framework.Providers.ObjectProvider.GetBlogGroup C# (CSharp) Method

GetBlogGroup() public abstract method

Gets the blog group by id.
public abstract GetBlogGroup ( int id, bool activeOnly ) : BlogGroup
id int The id.
activeOnly bool if set to true [active only].
return Subtext.Framework.Components.BlogGroup
        public abstract BlogGroup GetBlogGroup(int id, bool activeOnly);