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

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

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