Interface IMassEditClient
Version: 3.2
The client to execute mass-edit operations in Content-Hub.
Namespace: StylelabsStylelabs.MSdkClients
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IMassEditClientMethods
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. |