Abstract class used as base class for implementations of File Summary. All properties are implemented and derived classes only need to override the SaveChanges method.

Namespace:  EPiServer.Web.Hosting
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public abstract class UnifiedSummary : IUnifiedSummary

Remarks

Before making a call to SaveChanges, make sure the object can persist data by calling IsPersistent

Inheritance Hierarchy

See Also