Class CreateMassEditJobRequest

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 CreateMassEditJobRequest

Properties

DefinitionName

Gets or sets the name of the definition .

Declaration
RequestResponse
public string DefinitionName { get; set; }
Property Value
TypeDescription
string

Operations

Gets or sets the operations.

Declaration
RequestResponse
public IMassEditOperation[] Operations { get; set; }
Property Value
TypeDescription
IMassEditOperation

SelectionPoolIdentifier

Gets or sets the selection pool identifier.

Declaration
RequestResponse
public string SelectionPoolIdentifier { get; set; }
Property Value
TypeDescription
string

StateDescription

Gets or sets the state description of the job.

Declaration
RequestResponse
public string StateDescription { get; set; }
Property Value
TypeDescription
string

SubPoolId

Gets or sets the sub-pool id.

Declaration
RequestResponse
public long? SubPoolId { get; set; }
Property Value
TypeDescription
long

Methods

Validate()

Validates whether the request is valid.

Declaration
RequestResponse
public void Validate()
Exceptions
TypeCondition
ValidationException

When one or more validation errors occurred.

Do you have some feedback for us?

If you have suggestions for improving this article,