Class NativeSummary
Implemetaion of UnifiedSummary file summary for native file system files.
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: 8.11.0Syntax
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 |
Overrides
Methods
SaveChanges()
Native summary is an in-memory summary, meaning it will not be persisted
Declaration
public override void SaveChanges()