1. CreateMassEditJobRequest

Class CreateMassEditJobRequest

Request to create a mass-edit job.

Inheritance
object
CreateMassEditJobRequest
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsMassEdit
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class CreateMassEditJobRequest

Properties

DefinitionName

Gets or sets the name of the definition .

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

Operations

Gets or sets the operations.

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

SelectionPoolIdentifier

Gets or sets the selection pool identifier.

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

StateDescription

Gets or sets the state description of the job.

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

SubPoolId

Gets or sets the sub-pool id.

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

Methods

Validate()

Validates whether the request is valid.

Declaration
public void Validate()
Exceptions
TypeCondition
ValidationException

When one or more validation errors occurred.

If you have suggestions for improving this article, let us know!