Subtext.Framework.Providers.ObjectProvider.GetEntriesByTag C# (CSharp) Метод

GetEntriesByTag() публичный абстрактный Метод

public abstract GetEntriesByTag ( int itemCount, string tagName ) : IList
itemCount int
tagName string
Результат IList
        public abstract IList<Entry> GetEntriesByTag(int itemCount, string tagName);