Interface IFileSummary
Summary description for IFileSummary.
Namespace: EPiServer.Web.Hosting.Versioning
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface IFileSummary
  Properties
Author
Gets or sets the file author.
Declaration
string Author { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The author.  | 
      
Category
Gets or sets the categories for the file.
Declaration
string Category { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The category.  | 
      
Comments
Gets or sets the comments for the file.
Declaration
string Comments { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The comments.  | 
      
Keywords
Gets or sets the keywords for the file.
Declaration
string Keywords { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The keywords.  | 
      
Subject
Gets or sets the file subject.
Declaration
string Subject { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The subject.  | 
      
Title
Gets or sets the title for the file
Declaration
string Title { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The title.  | 
      
Methods
SaveChanges()
Saves the changes for the file summary.
Declaration
void SaveChanges()