Interface ICommentLikeUserEntity
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Represents a single user within a comment's likedBy list in the comments API.
public interface ICommentLikeUserEntity : IDataModel<ICommentLikeUserEntity>, IDataModelParent, IDataModelWithContext, ISupportModules<ICommentLikeUserEntity>
- Inherited Members
- Extension Methods
Properties
CreationDate
when did the user do the "like".
DateTime CreationDate { get; }
Property Value
Id
The user's numerical ID.
int Id { get; }
Property Value
LoginName
The user's loginName.
string LoginName { get; }
Property Value
The user's email. SPO REST property : Email
string Mail { get; }
Property Value
Name
The user's name.
string Name { get; }