Class ContentApprovalContentHandler
Inheritance
System.Object
ContentApprovalContentHandler
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class ContentApprovalContentHandler : Object
Constructors
ContentApprovalContentHandler(IApprovalDefinitionRepository, IApprovalRepository, IApprovalEngine, IPrincipalAccessor, AncestorReferencesLoader, IContentLoader, SystemDefinition, LocalizationService, IParentRestoreRepository, IContentProviderManager)
Declaration
public ContentApprovalContentHandler(IApprovalDefinitionRepository approvalDefinitionRepository, IApprovalRepository approvalRepository, IApprovalEngine approvalEngine, IPrincipalAccessor principalAccessor, AncestorReferencesLoader ancestorReferencesLoader, IContentLoader contentLoader, SystemDefinition systemDefinition, LocalizationService localizationService, IParentRestoreRepository parentRestoreRepository, IContentProviderManager contentProviderManager)
Parameters
Methods
ContentDeleted(Object, DeleteContentEventArgs)
Declaration
public void ContentDeleted(object sender, DeleteContentEventArgs e)
Parameters
ContentLanguageDeleted(Object, ContentEventArgs)
Declaration
public void ContentLanguageDeleted(object sender, ContentEventArgs e)
Parameters
ContentMoved(Object, ContentEventArgs)
Declaration
public void ContentMoved(object sender, ContentEventArgs e)
Parameters
ContentMoving(Object, ContentEventArgs)
Declaration
public void ContentMoving(object sender, ContentEventArgs e)
Parameters
ContentSaved(Object, ContentEventArgs)
Declaration
public void ContentSaved(object sender, ContentEventArgs e)
Parameters
ContentVersionDeleted(Object, ContentEventArgs)
Declaration
public void ContentVersionDeleted(object sender, ContentEventArgs e)
Parameters
DeleteApprovalsInReviewAsync(IList<ContentReference>, Int32)
Declaration
public Task DeleteApprovalsInReviewAsync(IList<ContentReference> deletedItems, int deleteBatchCount = 1000)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IList<ContentReference> |
deletedItems |
|
System.Int32 |
deleteBatchCount |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Extension Methods