DataWeb
Search Results for

    Show / Hide Table of Contents

    Class FormFilter

    Represents the filter criteria used when querying form definitions from the data store.

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

    Properties

    Count

    Gets or sets the maximum number of results to return. A value of 0 means no limit.

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    int

    Name

    Gets or sets the name of the form to filter by.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    PublishMode

    Gets or sets the publish mode filter. When null, all publish modes are returned.

    Declaration
    public PublishMode? PublishMode { get; set; }
    Property Value
    Type Description
    PublishMode?
    In this article
    Back to top Generated by DocFX