SaaS CMS has officially launched! Learn more now.

Class NativeSummary

Implemetaion of UnifiedSummary file summary for native file system files.

Inheritance
System.Object
NativeSummary
Implements
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
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class NativeSummary : UnifiedSummary, IUnifiedSummary
Remarks

This is an in-memory only implementation, meaning that nothing will be persisted to the file system.

Constructors

NativeSummary()

Declaration
public NativeSummary()

Properties

CanPersist

Property checking if the class can persist data.

Declaration
public override bool CanPersist { get; }
Property Value
Type Description
System.Boolean

This implemetation returns false.

Overrides

Methods

SaveChanges()

Native summary is an in-memory summary, meaning it will not be persisted

Declaration
public override void SaveChanges()
Overrides

Implements

Extension Methods