Interface ILikedByInformation
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Defines if and who liked a list item.
public interface ILikedByInformation : IDataModel<ILikedByInformation>, IDataModelParent, IDataModelWithContext, ISupportModules<ILikedByInformation>, IDataModelGet<ILikedByInformation>, IDataModelLoad<ILikedByInformation>
- Inherited Members
- Extension Methods
Properties
IsLikedByUser
Is this list item liked?
bool IsLikedByUser { get; }
Property Value
LikeCount
Number of likes this list item got.
string LikeCount { get; }
Property Value
LikedBy
The people that liked this list item.
Implements IQueryable<T>.
See Requesting model collections
and IQueryable performance considerations to learn more.
ICommentLikeUserEntityCollection LikedBy { get; }