View Source
Class InternalPublishedSnapshotService
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class InternalPublishedSnapshotService : IPublishedSnapshotService
Methods
View Source
CollectAsync()
Declaration
public Task CollectAsync()
Returns
View Source
CreatePublishedSnapshot(String)
Declaration
public IPublishedSnapshot CreatePublishedSnapshot(string previewToken)
Parameters
Type |
Name |
Description |
System.String |
previewToken |
|
Returns
View Source
Dispose()
Declaration
View Source
Notify(ContentCacheRefresher.JsonPayload[], out Boolean, out Boolean)
Declaration
public void Notify(ContentCacheRefresher.JsonPayload[] payloads, out bool draftChanged, out bool publishedChanged)
Parameters
View Source
Notify(ContentTypeCacheRefresher.JsonPayload[])
Declaration
public void Notify(ContentTypeCacheRefresher.JsonPayload[] payloads)
Parameters
View Source
Notify(DataTypeCacheRefresher.JsonPayload[])
Declaration
public void Notify(DataTypeCacheRefresher.JsonPayload[] payloads)
Parameters
View Source
Notify(DomainCacheRefresher.JsonPayload[])
Declaration
public void Notify(DomainCacheRefresher.JsonPayload[] payloads)
Parameters
View Source
Declaration
public void Notify(MediaCacheRefresher.JsonPayload[] payloads, out bool anythingChanged)
Parameters
View Source
Rebuild(Nullable<IReadOnlyCollection<Int32>>, Nullable<IReadOnlyCollection<Int32>>, Nullable<IReadOnlyCollection<Int32>>)
Declaration
public void Rebuild(IReadOnlyCollection<int>? contentTypeIds = null, IReadOnlyCollection<int>? mediaTypeIds = null, IReadOnlyCollection<int>? memberTypeIds = null)
Parameters
Type |
Name |
Description |
System.Nullable<IReadOnlyCollection<System.Int32>> |
contentTypeIds |
|
System.Nullable<IReadOnlyCollection<System.Int32>> |
mediaTypeIds |
|
System.Nullable<IReadOnlyCollection<System.Int32>> |
memberTypeIds |
|