Click or drag to resize

ListTitleParameters Class

Request parameter for the ListTitles and ListTitleItems API methods.
Inheritance Hierarchy
SystemObject
  Orthogonal.Hoarder.StdLib.DTOListTitleParameters

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 methodListTitleParametersInitializes a new instance of the ListTitleParameters class
Public methodListTitleParameters(String)Initializes a new instance of the ListTitleParameters class
Public methodListTitleParameters(NullableInt32, String)Initializes a new instance of the ListTitleParameters class
Public methodListTitleParameters(NullableInt32, String, NullableBoolean, String, String, String, String, String, String, String, NullableBoolean, NullableTitleSpecialFilter)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 ObjectGetHashCode)
Top
See Also