 | AssignSourceParameters Constructor |
Request parameters for the AssignSource API method.
Namespace: Orthogonal.Hoarder.StdLib.DTOAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntaxpublic 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