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.21
Syntax
C#
public AssignSourceParameters(
	int SourceIndex,
	string[] Ids
)

Parameters

SourceIndex  Int32
The index of the id in the array that is the source for the others.
Ids  String
The Title ids providing the source and the targets.
See Also