Search Results for

    Show / Hide Table of Contents

    Interface ILikedByInformation

    Defines if and who liked a list item.

    Inherited Members
    IDataModel<ILikedByInformation>.Requested
    IDataModel<ILikedByInformation>.HasValue(String)
    IDataModel<ILikedByInformation>.HasChanged(String)
    IDataModel<ILikedByInformation>.IsPropertyAvailable(Expression<Func<ILikedByInformation, Object>>)
    IDataModel<ILikedByInformation>.ArePropertiesAvailable(Expression<Func<ILikedByInformation, Object>>[])
    IDataModel<ILikedByInformation>.EnsureProperties(Expression<Func<ILikedByInformation, Object>>[])
    IDataModel<ILikedByInformation>.EnsurePropertiesAsync(Expression<Func<ILikedByInformation, Object>>[])
    IDataModel<ILikedByInformation>.ExecuteRequestAsync(ApiRequest)
    IDataModel<ILikedByInformation>.ExecuteRequest(ApiRequest)
    IDataModel<ILikedByInformation>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<ILikedByInformation>.ExecuteRequestBatch(ApiRequest)
    IDataModel<ILikedByInformation>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<ILikedByInformation>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    IDataModelGet<ILikedByInformation>.GetBatchAsync(Batch, Expression<Func<ILikedByInformation, Object>>[])
    IDataModelGet<ILikedByInformation>.GetAsync(Expression<Func<ILikedByInformation, Object>>[])
    IDataModelLoad<ILikedByInformation>.LoadBatchAsync(Batch, Expression<Func<ILikedByInformation, Object>>[])
    IDataModelLoad<ILikedByInformation>.LoadAsync(Expression<Func<ILikedByInformation, Object>>[])
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface ILikedByInformation : IDataModel<ILikedByInformation>, IDataModelParent, IDataModelWithContext, ISupportModules<ILikedByInformation>, IDataModelGet<ILikedByInformation>, IDataModelLoad<ILikedByInformation>

    Properties

    IsLikedByUser

    Is this list item liked?

    Declaration
    bool IsLikedByUser { get; }
    Property Value
    System.Boolean

    LikeCount

    Number of likes this list item got.

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

    LikedBy

    The people that liked this list item. Implements .
    See Requesting model collections and IQueryable performance considerations to learn more.

    Declaration
    ICommentLikeUserEntityCollection LikedBy { get; }
    Property Value
    ICommentLikeUserEntityCollection

    Extension Methods

    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.Get<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.Load<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.QueryProperties<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    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