  | HoarderServiceClientBulkAssign 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.22
Syntaxpublic Task<int> BulkAssign(
	BulkAssignParameters bulkparams
)
Parameters
- bulkparams  BulkAssignParameters
 - Parameter values to control bulk assign operation.
 
Return Value
TaskInt32A serialized 
int count of titles updated.
See Also