Interface ICommentLikeUserEntityCollection
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Public interface to define a collection of userEntity objects
public interface ICommentLikeUserEntityCollection : IQueryable<ICommentLikeUserEntity>, IQueryable, IDataModelCollection<ICommentLikeUserEntity>, IEnumerable<ICommentLikeUserEntity>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, ISupportModules<ICommentLikeUserEntity>
- Inherited Members
- Extension Methods