Interface ICommentCollection
Public interface to define a collection of comment objects.
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface ICommentCollection : IQueryable<IComment>, IQueryable, IDataModelCollection<IComment>, IEnumerable<IComment>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, ISupportModules<ICommentCollection>