Click or drag to resize

BulkAssignParameters Constructor

Request parameters for the BulkAssign API method.

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public BulkAssignParameters(
	string[] DocIds,
	bool DoMedia,
	string Media,
	bool DoLocation,
	string Location,
	bool DoOwner,
	string Owner,
	bool DoGenre,
	string Genre,
	bool GenrePrimary,
	bool DoTag,
	string Tag,
	bool DoPublishYear,
	short? PublishYear
)

Parameters

DocIds  String

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

DoMedia  Boolean

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

Media  String

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

DoLocation  Boolean

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

Location  String

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

DoOwner  Boolean

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

Owner  String

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

DoGenre  Boolean

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

Genre  String

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

GenrePrimary  Boolean

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

DoTag  Boolean

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

Tag  String

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

DoPublishYear  Boolean

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

PublishYear  NullableInt16

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

See Also