Click or drag to resize

FoundFile Constructor

Response child class from the GlobalNameSearch API method. The SearchResults class contains a collection of FoundFile.

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public FoundFile(
	string Id,
	string TitleName,
	string Media,
	int? Part,
	string Fullname,
	long? Length
)

Parameters

Id  String

[Missing <param name="Id"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundFile.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int64})"]

TitleName  String

[Missing <param name="TitleName"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundFile.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int64})"]

Media  String

[Missing <param name="Media"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundFile.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int64})"]

Part  NullableInt32

[Missing <param name="Part"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundFile.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int64})"]

Fullname  String

[Missing <param name="Fullname"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundFile.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int64})"]

Length  NullableInt64

[Missing <param name="Length"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundFile.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int64})"]

See Also