Click or drag to resize

InvertTitle Constructor

The InvertContributor class contains a collection of InvertTitle.

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public InvertTitle(
	string Id,
	string Name,
	string Media,
	string Owner,
	bool IsHidden
)

Parameters

Id  String

[Missing <param name="Id"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.InvertTitle.#ctor(System.String,System.String,System.String,System.String,System.Boolean)"]

Name  String

[Missing <param name="Name"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.InvertTitle.#ctor(System.String,System.String,System.String,System.String,System.Boolean)"]

Media  String

[Missing <param name="Media"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.InvertTitle.#ctor(System.String,System.String,System.String,System.String,System.Boolean)"]

Owner  String

[Missing <param name="Owner"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.InvertTitle.#ctor(System.String,System.String,System.String,System.String,System.Boolean)"]

IsHidden  Boolean

[Missing <param name="IsHidden"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.InvertTitle.#ctor(System.String,System.String,System.String,System.String,System.Boolean)"]

See Also