Search Results for

    Show / Hide Table of Contents

    Class DefaultContentVersionCleanupPolicy

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Services.Implement
    Assembly: cs.temp.dll.dll
    Syntax
    public class DefaultContentVersionCleanupPolicy : IContentVersionCleanupPolicy

    Constructors

    DefaultContentVersionCleanupPolicy(IOptions<ContentSettings>, IScopeProvider, IDocumentVersionRepository)

    Declaration
    public DefaultContentVersionCleanupPolicy(IOptions<ContentSettings> contentSettings, IScopeProvider scopeProvider, IDocumentVersionRepository documentVersionRepository)
    Parameters
    Type Name Description
    IOptions<ContentSettings> contentSettings
    IScopeProvider scopeProvider
    IDocumentVersionRepository documentVersionRepository

    Methods

    Apply(DateTime, IEnumerable<ContentVersionMeta>)

    Declaration
    public IEnumerable<ContentVersionMeta> Apply(DateTime asAtDate, IEnumerable<ContentVersionMeta> items)
    Parameters
    Type Name Description
    System.DateTime asAtDate
    System.Collections.Generic.IEnumerable<ContentVersionMeta> items
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ContentVersionMeta>
    In This Article
    • Constructors
      • DefaultContentVersionCleanupPolicy(IOptions<ContentSettings>, IScopeProvider, IDocumentVersionRepository)
    • Methods
      • Apply(DateTime, IEnumerable<ContentVersionMeta>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX