 | HoarderServiceClient.BulkAssign Method |
Bulk assigns the property values of many Titles to the same values.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic 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
See Also