DataWeb
Search Results for

    Show / Hide Table of Contents

    Class VersionFilter

    Represents a filter for retrieving versions.

    Inheritance
    object
    VersionFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Structure
    Assembly: DataWeb.Core.dll
    Syntax
    public class VersionFilter

    Properties

    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
    In this article
    Back to top Generated by DocFX