Class FileRevision
Describes a single file revision
Inheritance
System.Object
    FileRevision
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Web.Hosting.Versioning.Store
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class FileRevision : IItem, ISerializable
  Constructors
FileRevision(SerializationInfo, StreamingContext)
Declaration
public FileRevision(SerializationInfo info, StreamingContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context | 
Properties
Comments
Declaration
public string Comments { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Created
Declaration
public DateTime Created { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
CreatedBy
Declaration
public string CreatedBy { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Id
Declaration
public object Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | 
IsNull
Declaration
public bool IsNull { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Length
Declaration
public long Length { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Name
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Summary
Declaration
public Hashtable Summary { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Hashtable | 
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public void GetObjectData(SerializationInfo info, StreamingContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context | 
Implements
      System.Runtime.Serialization.ISerializable