Class RefreshRenditionsOperationValue
Defines a mass-edit operation value.
Inheritance
object
RefreshRenditionsOperationValue
Implements
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsMassEdit
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class RefreshRenditionsOperationValue : IMassEditOperationValue
Properties
GenerateNewAndRemoveDeprecated
Gets or sets a value indicating whether to generate new and remove deprecated.
Declaration
RequestResponse
public bool GenerateNewAndRemoveDeprecated { get; set; }
Property Value
Type | Description |
---|---|
bool |
RefreshExisting
Gets or sets a value indicating whether to refresh.
Declaration
RequestResponse
public bool RefreshExisting { get; set; }
Property Value
Type | Description |
---|---|
bool |
RefreshFailed
Gets or sets a value indicating whether to refresh failed.
Declaration
RequestResponse
public bool RefreshFailed { get; set; }
Property Value
Type | Description |
---|---|
bool |
RefreshHistory
Gets or sets a value indicating whether to refresh history.
Declaration
RequestResponse
public bool RefreshHistory { get; set; }
Property Value
Type | Description |
---|---|
bool |
RefreshSubFiles
Gets or sets a value indicating whether to refresh sub-files.
Declaration
RequestResponse
public bool RefreshSubFiles { get; set; }
Property Value
Type | Description |
---|---|
bool |
RefreshUserRenditions
Gets or sets a value indicating whether to refresh user renditions.
Declaration
RequestResponse
public bool RefreshUserRenditions { get; set; }
Property Value
Type | Description |
---|---|
bool |
Renditions
Gets or sets renditions.
Declaration
RequestResponse
public string[] Renditions { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
Validate()
Validates whether the fetch job is valid.
Declaration
RequestResponse
public void Validate()
Exceptions
Type | Condition |
---|---|
ValidationException |
When one or more validation errors occurred. |