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
EditorEmail
Gets the e-mail address of the editor of this version of the file.
string EditorEmail { get; }
Property Value
EventType
Type of the event
int EventType { get; }
Property Value
Time
The UTC time of this event.
DateTime Time { get; }