Click or drag to resize

HoarderServiceClientBulkAssign Method

Bulk assigns the property values of many Titles to the same values.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public Task<int> BulkAssign(
	BulkAssignParameters bulkparams
)

Parameters

bulkparams  BulkAssignParameters
Parameter values to control bulk assign operation.

Return Value

TaskInt32
A serialized int count of titles updated.
See Also