View Source
Interface IPublishStatusManagementService
Assembly: Umbraco.Core.dll
Syntax
public interface IPublishStatusManagementService
Methods
View Source
AddOrUpdateStatusAsync(Guid, CancellationToken)
Declaration
Task AddOrUpdateStatusAsync(Guid documentKey, CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
Guid |
documentKey |
|
CancellationToken |
cancellationToken |
|
Returns
View Source
AddOrUpdateStatusWithDescendantsAsync(Guid, CancellationToken)
Declaration
Task AddOrUpdateStatusWithDescendantsAsync(Guid rootDocumentKey, CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
Guid |
rootDocumentKey |
|
CancellationToken |
cancellationToken |
|
Returns
View Source
InitializeAsync(CancellationToken)
Declaration
Task InitializeAsync(CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
Returns
View Source
RemoveAsync(Guid, CancellationToken)
Declaration
Task RemoveAsync(Guid documentKey, CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
Guid |
documentKey |
|
CancellationToken |
cancellationToken |
|
Returns