Search Results for

    Show / Hide Table of Contents

    Interface ICommentLikeUserEntity

    Represents a single user within a comment's likedBy list in the comments API.

    Inherited Members
    IDataModel<ICommentLikeUserEntity>.Requested
    IDataModel<ICommentLikeUserEntity>.HasValue(string)
    IDataModel<ICommentLikeUserEntity>.HasChanged(string)
    IDataModel<ICommentLikeUserEntity>.IsPropertyAvailable(Expression<Func<ICommentLikeUserEntity, object>>)
    IDataModel<ICommentLikeUserEntity>.ArePropertiesAvailable(params Expression<Func<ICommentLikeUserEntity, object>>[])
    IDataModel<ICommentLikeUserEntity>.EnsureProperties(params Expression<Func<ICommentLikeUserEntity, object>>[])
    IDataModel<ICommentLikeUserEntity>.EnsurePropertiesAsync(params Expression<Func<ICommentLikeUserEntity, object>>[])
    IDataModel<ICommentLikeUserEntity>.ExecuteRequestAsync(ApiRequest)
    IDataModel<ICommentLikeUserEntity>.ExecuteRequest(ApiRequest)
    IDataModel<ICommentLikeUserEntity>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<ICommentLikeUserEntity>.ExecuteRequestBatch(ApiRequest)
    IDataModel<ICommentLikeUserEntity>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<ICommentLikeUserEntity>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface ICommentLikeUserEntity : IDataModel<ICommentLikeUserEntity>, IDataModelParent, IDataModelWithContext, ISupportModules<ICommentLikeUserEntity>

    Properties

    CreationDate

    when did the user do the "like".

    Declaration
    DateTime CreationDate { get; }
    Property Value
    DateTime

    Id

    The user's numerical ID.

    Declaration
    int Id { get; }
    Property Value
    int

    LoginName

    The user's loginName.

    Declaration
    string LoginName { get; }
    Property Value
    string

    Mail

    The user's email. SPO REST property : Email

    Declaration
    string Mail { get; }
    Property Value
    string

    Name

    The user's name.

    Declaration
    string Name { get; }
    Property Value
    string

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<string, string>, Action<Dictionary<string, string>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<string, string>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer