1. IFetchJobRequest

Interface IFetchJobRequest

Base interface for all fetch job requests.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsJobs
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IFetchJobRequest

Properties

AssetId

Gets the id of the asset to link the newly fetched file to.

Declaration
long AssetId { get; }
Property Value
TypeDescription
long

Description

Gets a user-friendly description of the fetch job.

Declaration
string Description { get; }
Property Value
TypeDescription
string

Methods

Validate()

Validates whether the fetch job is valid.

Declaration
void Validate()
Exceptions
TypeCondition
ValidationException

When one or more validation errors occurred.

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