Click or drag to resize

ListTitleParameters Class

Request parameter for the ListTitles and ListTitleItems API methods.
Inheritance Hierarchy
System.Object
  Orthogonal.Hoarder.StdLib.DTO.ListTitleParameters

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public sealed class ListTitleParameters

The ListTitleParameters type exposes the following members.

Constructors
 NameDescription
Public methodListTitleParameters()Initializes a new instance of the ListTitleParameters class
Public methodListTitleParameters(String)Initializes a new instance of the ListTitleParameters class
Public methodListTitleParameters(Nullable<Int32>, String)Initializes a new instance of the ListTitleParameters class
Public methodListTitleParameters(Nullable<Int32>, String, Nullable<Boolean>, String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<TitleSpecialFilter>)Initializes a new instance of the ListTitleParameters class
Top
Properties
Methods
 NameDescription
Public methodGetHashCode Overriden to return a meaningful instance hash code calculated from all of the property values.
(Overrides Object.GetHashCode())
Top
See Also