Table of Contents

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

bool

LikeCount

Number of likes this list item got.

string LikeCount { get; }

Property Value

string

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; }

Property Value

ICommentLikeUserEntityCollection