Click or drag to resize

FoundPicture Constructor

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

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public FoundPicture(
	string BlobName,
	bool? IsPrimary,
	int? Sequence
)

Parameters

BlobName  String

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

IsPrimary  NullableBoolean

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

Sequence  NullableInt32

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

See Also