Click or drag to resize

AssignSourceParameters Class

Request parameters for the AssignSource API method.
Inheritance Hierarchy
SystemObject
  Orthogonal.Hoarder.StdLib.DTOAssignSourceParameters

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public sealed class AssignSourceParameters : IEquatable<AssignSourceParameters>

The AssignSourceParameters type exposes the following members.

Constructors
 NameDescription
Public methodAssignSourceParameters Request parameters for the AssignSource API method.
Top
Properties
 NameDescription
Public propertyIdsThe Title ids providing the source and the targets.
Public propertySourceIndexThe index of the id in the array that is the source for the others.
Top
See Also