Subtext.Framework.Providers.ObjectProvider.GetBlogGroup C# (CSharp) 메소드

GetBlogGroup() 공개 추상적인 메소드

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