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(Expression<Func<ICommentLikeUserEntity, Object>>[])
    IDataModel<ICommentLikeUserEntity>.EnsureProperties(Expression<Func<ICommentLikeUserEntity, Object>>[])
    IDataModel<ICommentLikeUserEntity>.EnsurePropertiesAsync(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
    System.Int32

    LoginName

    The user's loginName.

    Declaration
    string LoginName { get; }
    Property Value
    System.String

    Mail

    The user's email. SPO REST property : Email

    Declaration
    string Mail { get; }
    Property Value
    System.String

    Name

    The user's name.

    Declaration
    string Name { get; }
    Property Value
    System.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