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