Interface IFetchJobRequest
Base interface for all fetch job requests.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsJobs
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
AssetId
Gets the id of the asset to link the newly fetched file to.
Declaration
Property Value
| Type | Description |
|---|---|
| long |
Description
Gets a user-friendly description of the fetch job.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
Methods
Validate()
Validates whether the fetch job is valid.
Declaration
Exceptions
| Type | Condition |
|---|---|
| ValidationException |
When one or more validation errors occurred. |