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

GetTopTags() public abstract method

Gets the top tags from the database sorted by tag name.
public abstract GetTopTags ( int ItemCount ) : int>.IDictionary
ItemCount int The number of tags to return.
return int>.IDictionary
        public abstract IDictionary<string, int> GetTopTags(int ItemCount);