Table of Contents

Interface IFileVersionEvent

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Represents an event object happened on a file

public interface IFileVersionEvent : IDataModel<IFileVersionEvent>, IDataModelParent, IDataModelWithContext, ISupportModules<IFileVersionEvent>
Inherited Members
Extension Methods

Properties

Editor

Gets the editor of this version of the file.

string Editor { get; }

Property Value

string

EditorEmail

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

string EditorEmail { get; }

Property Value

string

EventType

Type of the event

int EventType { get; }

Property Value

int

Time

The UTC time of this event.

DateTime Time { get; }

Property Value

DateTime