Interface IMassEditClient
The client to execute mass-edit operations in Content-Hub.
Namespace: StylelabsStylelabs.MSdkClients
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IMassEditClient
Methods
CreateMassEditJobAsync(CreateMassEditJobRequest)
Creates a new mass-edit job.
Declaration
RequestResponse
Task<long> CreateMassEditJobAsync(CreateMassEditJobRequest request)
Parameters
Type | Name | Description |
---|---|---|
CreateMassEditJobRequest | request |
Returns
Type | Description |
---|---|
Task<>long |
The id of the job. |