Class DefaultContentVersionCleanupPolicy
Inheritance
System.Object
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> |
|