Click or drag to resize

HoarderServiceClient.BulkAssign 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.9
Syntax
C#
public Task<int> BulkAssign(
	BulkAssignParameters bulkparams
)

Parameters

bulkparams  BulkAssignParameters
Parameter values to control bulk assign operation.

Return Value

Task<Int32>
A serialized int count of titles updated.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if bulkparams is null.
See Also