Click or drag to resize

AssignSourceParameters Constructor

Request parameters for the AssignSource API method.

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public AssignSourceParameters(
	int SourceIndex,
	string[] Ids
)

Parameters

SourceIndex  Int32

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

Ids  String

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

See Also