Class VersionFilter
Filter class used in IContent
Inheritance
System.Object
VersionFilter
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class VersionFilter : Object
Constructors
VersionFilter()
Declaration
public VersionFilter()
Properties
ChangedBy
Specifies that only versions changes by specified users should be returned
Declaration
public string ChangedBy { get; set; }
Property Value
Type | Description |
---|---|
System. |
ContentLink
Specifies that only versions for a specific content instance is to be returned
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type | Description |
---|---|
Content |
ExcludeDeleted
Specifies if versions for deleted content items should be excluded
Declaration
public bool ExcludeDeleted { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
Default value is false
Languages
Specifies that only versions of specified language should be returned
Declaration
public IEnumerable<CultureInfo> Languages { get; set; }
Property Value
Type | Description |
---|---|
System. |
Statuses
Specifies that only versions of certain statuses should be returned
Declaration
public IEnumerable<VersionStatus> Statuses { get; set; }
Property Value
Type | Description |
---|---|
System. |