Click or drag to resize

ThumbMetaShort Constructor

Response from the ListThumbMetaShort API method.

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public ThumbMetaShort(
	string Name,
	DateTime? LastModified
)

Parameters

Name  String

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

LastModified  NullableDateTime

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

See Also