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

GetFeedbackForEntry() public abstract method

Gets the FeedbackItem items for the specified entry.
public abstract GetFeedbackForEntry ( Entry parentEntry ) : IList
parentEntry Subtext.Framework.Components.Entry The parent entry.
return IList
        public abstract IList<FeedbackItem> GetFeedbackForEntry(Entry parentEntry);