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

ListBlogGroups() public abstract method

Lists the blog groups.
public abstract ListBlogGroups ( bool activeOnly ) : IList
activeOnly bool if set to true [active only].
return IList
        public abstract IList<BlogGroup> ListBlogGroups(bool activeOnly);