DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AreaFilter

    Represents a filter used to retrieve areas in the application.

    Inheritance
    object
    AreaFilter
    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 AreaFilter

    Properties

    Count

    The number of areas to retrieve.

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

    Name

    The name used to filter areas.

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

    PublishMode

    The publish mode used to filter areas.

    Declaration
    public PublishMode? PublishMode { get; set; }
    Property Value
    Type Description
    PublishMode?

    SectionIdMaster

    The Id of the section used to filter areas.

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