1. RefreshRenditionsOperationValue

Class RefreshRenditionsOperationValue

Defines a mass-edit operation value.

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

Properties

GenerateNewAndRemoveDeprecated

Gets or sets a value indicating whether to generate new and remove deprecated.

Declaration
public bool GenerateNewAndRemoveDeprecated { get; set; }
Property Value
TypeDescription
bool

RefreshExisting

Gets or sets a value indicating whether to refresh.

Declaration
public bool RefreshExisting { get; set; }
Property Value
TypeDescription
bool

RefreshFailed

Gets or sets a value indicating whether to refresh failed.

Declaration
public bool RefreshFailed { get; set; }
Property Value
TypeDescription
bool

RefreshHistory

Gets or sets a value indicating whether to refresh history.

Declaration
public bool RefreshHistory { get; set; }
Property Value
TypeDescription
bool

RefreshSubFiles

Gets or sets a value indicating whether to refresh sub-files.

Declaration
public bool RefreshSubFiles { get; set; }
Property Value
TypeDescription
bool

RefreshUserRenditions

Gets or sets a value indicating whether to refresh user renditions.

Declaration
public bool RefreshUserRenditions { get; set; }
Property Value
TypeDescription
bool

Renditions

Gets or sets renditions.

Declaration
public string[] Renditions { get; set; }
Property Value
TypeDescription
string

Methods

Validate()

Validates whether the fetch job is valid.

Declaration
public void Validate()
Exceptions
TypeCondition
ValidationException

When one or more validation errors occurred.

Implements

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