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