DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ViewFilter

    Represents a filter for a View.

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

    Properties

    Count

    Gets or sets the number of Views to return.

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

    Name

    Gets or sets the name of the View.

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

    PublishMode

    Gets or sets the publish mode.

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

    SectionIdMaster

    Gets or sets the unique identifier of the Section.

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