Class VersionFilter
Represents a filter for retrieving versions.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class VersionFilterProperties
Count
Gets or sets the count of items to retrieve.
Declaration
public int Count { get; set; }Property Value
| Type | Description | 
|---|---|
| int | 
IsDeletedIncluded
Includes deleted versions
Declaration
public bool IsDeletedIncluded { get; set; }Property Value
| Type | Description | 
|---|---|
| bool | 
IsVersionHistoryIncluded
Gets history versions
Declaration
public bool IsVersionHistoryIncluded { get; set; }Property Value
| Type | Description | 
|---|---|
| bool | 
ParentVersionName
Gets versions connected to ParentVersionName
Declaration
public string ParentVersionName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Status
Gets or sets the status used to filter the context item.
Declaration
public VersionStatus? Status { get; set; }Property Value
| Type | Description | 
|---|---|
| VersionStatus? | 
VersionName
Gets versions with version name
Declaration
public string VersionName { get; set; }Property Value
| Type | Description | 
|---|---|
| string |