Subtext.Framework.Providers.ObjectProvider.GetBlogGroup C# (CSharp) Méthode

GetBlogGroup() public abstract méthode

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].
Résultat Subtext.Framework.Components.BlogGroup
        public abstract BlogGroup GetBlogGroup(int id, bool activeOnly);