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(params Expression<Func<ILikedByInformation, object>>[])
    IDataModel<ILikedByInformation>.EnsureProperties(params Expression<Func<ILikedByInformation, object>>[])
    IDataModel<ILikedByInformation>.EnsurePropertiesAsync(params 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, params Expression<Func<ILikedByInformation, object>>[])
    IDataModelGet<ILikedByInformation>.GetAsync(params Expression<Func<ILikedByInformation, object>>[])
    IDataModelLoad<ILikedByInformation>.LoadBatchAsync(Batch, params Expression<Func<ILikedByInformation, object>>[])
    IDataModelLoad<ILikedByInformation>.LoadAsync(params 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
    bool

    LikeCount

    Number of likes this list item got.

    Declaration
    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.

    Declaration
    ICommentLikeUserEntityCollection LikedBy { get; }
    Property Value
    ICommentLikeUserEntityCollection

    Extension Methods

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