DataWeb
Search Results for

    Show / Hide Table of Contents

    Class SectionFilter

    A class used to filter sections when querying the database.

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

    Properties

    AreaIdMaster

    Gets or sets the Id of the parent area for the section.

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

    Count

    Gets or sets the maximum number of items to return.

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

    ElementIdMaster

    Gets or sets the Id of the parent element for the section.

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

    Name

    Gets or sets the name of the section.

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

    PublishMode

    Gets or sets the publishing mode for the section.

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