Search Results for

    Show / Hide Table of Contents

    Interface IFileVersionEvent

    Represents an event object happened on a file

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

    Properties

    Editor

    Gets the editor of this version of the file.

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

    EditorEmail

    Gets the e-mail address of the editor of this version of the file.

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

    EventType

    Type of the event

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

    Time

    The UTC time of this event.

    Declaration
    DateTime Time { get; }
    Property Value
    DateTime

    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