Search Results for

    Show / Hide Table of Contents

    Interface IListItemVersion

    Public interface to define a ListItemVersion object

    Inherited Members
    IDataModel<IListItemVersion>.Requested
    IDataModel<IListItemVersion>.HasValue(String)
    IDataModel<IListItemVersion>.HasChanged(String)
    IDataModel<IListItemVersion>.IsPropertyAvailable(Expression<Func<IListItemVersion, Object>>)
    IDataModel<IListItemVersion>.ArePropertiesAvailable(Expression<Func<IListItemVersion, Object>>[])
    IDataModel<IListItemVersion>.EnsureProperties(Expression<Func<IListItemVersion, Object>>[])
    IDataModel<IListItemVersion>.EnsurePropertiesAsync(Expression<Func<IListItemVersion, Object>>[])
    IDataModel<IListItemVersion>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IListItemVersion>.ExecuteRequest(ApiRequest)
    IDataModel<IListItemVersion>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IListItemVersion>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IListItemVersion>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IListItemVersion>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    IDataModelGet<IListItemVersion>.GetBatchAsync(Batch, Expression<Func<IListItemVersion, Object>>[])
    IDataModelGet<IListItemVersion>.GetAsync(Expression<Func<IListItemVersion, Object>>[])
    IDataModelLoad<IListItemVersion>.LoadBatchAsync(Batch, Expression<Func<IListItemVersion, Object>>[])
    IDataModelLoad<IListItemVersion>.LoadAsync(Expression<Func<IListItemVersion, Object>>[])
    IDataModelDelete.DeleteBatchAsync()
    IDataModelDelete.DeleteBatchAsync(Batch)
    IDataModelDelete.DeleteAsync()
    IDataModelDelete.DeleteBatch()
    IDataModelDelete.DeleteBatch(Batch)
    IDataModelDelete.Delete()
    IExpandoDataModel.Item[String]
    IExpandoDataModel.Values
    IExpandoDataModel.Count
    IExpandoDataModel.AsDynamic()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IListItemVersion : IDataModel<IListItemVersion>, IDataModelParent, IDataModelWithContext, ISupportModules<IListItemVersion>, IDataModelGet<IListItemVersion>, IDataModelLoad<IListItemVersion>, IDataModelDelete, IExpandoDataModel, IQueryableDataModel

    Properties

    All

    A special property used to add an asterisk to a $select statement

    Declaration
    object All { get; }
    Property Value
    System.Object

    Created

    Gets a value that specifies the creation date and time for the list item version.

    Declaration
    DateTime Created { get; }
    Property Value
    DateTime

    CreatedBy

    The ISharePointUser that created this version.

    Declaration
    ISharePointUser CreatedBy { get; }
    Property Value
    ISharePointUser

    Fields

    Fields of this list item version. Implements .
    See Requesting model collections and IQueryable performance considerations to learn more.

    Declaration
    IFieldCollection Fields { get; }
    Property Value
    IFieldCollection

    FileVersion

    IFileVersion of this list item version

    Declaration
    IFileVersion FileVersion { get; }
    Property Value
    IFileVersion

    Id

    Gets the internal identifier for the list item version. SP REST property name: VersionId.

    Declaration
    int Id { get; }
    Property Value
    System.Int32

    IsCurrentVersion

    Gets a value that specifies whether the list item version is the current version.

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

    VersionLabel

    Gets a value that specifies the implementation specific identifier of the file.

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

    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