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

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

Gets the link category for the specified category id.
public abstract GetLinkCategory ( int categoryId, bool activeOnly ) : LinkCategory
categoryId int The category id.
activeOnly bool if set to true [active only].
리턴 Subtext.Framework.Components.LinkCategory
        public abstract LinkCategory GetLinkCategory(int categoryId, bool activeOnly);

Same methods

ObjectProvider::GetLinkCategory ( string categoryName, bool activeOnly ) : LinkCategory