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

GetLinkCategory() public abstract method

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].
return Subtext.Framework.Components.LinkCategory
        public abstract LinkCategory GetLinkCategory(int categoryId, bool activeOnly);

Same methods

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