Interface IListItemVersion
Public interface to define a ListItemVersion object
Assembly: PnP.Core.dll
Syntax
public interface IListItemVersion : IDataModel<IListItemVersion>, IDataModelParent, IDataModelWithContext, ISupportModules<IListItemVersion>, IDataModelGet<IListItemVersion>, IDataModelLoad<IListItemVersion>, IDataModelDelete, IExpandoDataModel, IQueryableDataModel
Properties
A special property used to add an asterisk to a $select statement
Declaration
Property Value
Gets a value that specifies the creation date and time for the list item version.
Declaration
DateTime Created { get; }
Property Value
Declaration
ISharePointUser CreatedBy { get; }
Property Value
Declaration
IFieldCollection Fields { get; }
Property Value
Declaration
IFileVersion FileVersion { get; }
Property Value
Gets the internal identifier for the list item version.
SP REST property name: VersionId.
Declaration
Property Value
Gets a value that specifies whether the list item version is the current version.
Declaration
bool IsCurrentVersion { get; }
Property Value
Gets a value that specifies the implementation specific identifier of the file.
Declaration
string VersionLabel { get; }
Property Value
Extension Methods