View Source
Class InternalPublishedSnapshot
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class InternalPublishedSnapshot : IPublishedSnapshot
Properties
View Source
Content
Declaration
public IPublishedContentCache Content { get; }
Property Value
View Source
Domains
Declaration
public IDomainCache Domains { get; }
Property Value
View Source
ElementsCache
Declaration
public IAppCache ElementsCache { get; }
Property Value
View Source
InnerContentCache
Declaration
public InternalPublishedContentCache InnerContentCache { get; }
Property Value
View Source
Declaration
public InternalPublishedContentCache InnerMediaCache { get; }
Property Value
View Source
Declaration
public IPublishedMediaCache Media { get; }
Property Value
View Source
Members
Declaration
public IPublishedMemberCache Members { get; }
Property Value
View Source
SnapshotCache
Declaration
public IAppCache SnapshotCache { get; }
Property Value
Methods
View Source
Dispose()
Declaration
View Source
ForcedPreview(Boolean, Nullable<Action<Boolean>>)
Declaration
public IDisposable ForcedPreview(bool forcedPreview, Action<bool>? callback = null)
Parameters
Type |
Name |
Description |
System.Boolean |
forcedPreview |
|
System.Nullable<Action<System.Boolean>> |
callback |
|
Returns
Type |
Description |
IDisposable |
|
View Source
Resync()
Declaration