Class CreateMassEditJobRequest
Version: 3.2
Request to create a mass-edit job.
Inheritance
object
CreateMassEditJobRequest
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsMassEdit
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class CreateMassEditJobRequestProperties
DefinitionName
Gets or sets the name of the definition .
Declaration
RequestResponse
public string DefinitionName { get; set; }Property Value
| Type | Description |
|---|---|
| string |
Operations
Gets or sets the operations.
Declaration
RequestResponse
public IMassEditOperation[] Operations { get; set; }Property Value
| Type | Description |
|---|---|
| IMassEditOperation |
SelectionPoolIdentifier
Gets or sets the selection pool identifier.
Declaration
RequestResponse
public string SelectionPoolIdentifier { get; set; }Property Value
| Type | Description |
|---|---|
| string |
StateDescription
Gets or sets the state description of the job.
Declaration
RequestResponse
public string StateDescription { get; set; }Property Value
| Type | Description |
|---|---|
| string |
SubPoolId
Gets or sets the sub-pool id.
Declaration
RequestResponse
public long? SubPoolId { get; set; }Property Value
| Type | Description |
|---|---|
| long |
Methods
Validate()
Validates whether the request is valid.
Declaration
RequestResponse
public void Validate()Exceptions
| Type | Condition |
|---|---|
| ValidationException |
When one or more validation errors occurred. |