1. RefreshRenditionsOperation

Class RefreshRenditionsOperation

Defines a mass-edit operation.

Inheritance
object
RefreshRenditionsOperation
Implements
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsMassEdit
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class RefreshRenditionsOperation : MassEditOperation, IMassEditOperation

Constructors

RefreshRenditionsOperation(RefreshRenditionsOperationValue)

Initializes a new instance of the RefreshRenditionsOperation class.

Declaration
public RefreshRenditionsOperation(RefreshRenditionsOperationValue value)
Parameters

RefreshRenditionsOperation(bool, bool, bool, bool, bool, bool, string[])

Initializes a new instance of the RefreshRenditionsOperation class.

Declaration
public RefreshRenditionsOperation(bool refreshFailed, bool generateNewAndRemoveDeprecated, bool refreshExisting, bool refreshHistory, bool refreshSubFiles, bool refreshUserRenditions, string[] renditions)
Parameters
TypeNameDescription
boolrefreshFailed

Value indicating whether to refresh failed.

boolgenerateNewAndRemoveDeprecated

Value indicating whether to generate new and remove deprecated.

boolrefreshExisting

Value indicating whether to refresh.

boolrefreshHistory

Value indicating whether to refresh history.

boolrefreshSubFiles

Value indicating whether to refresh sub-files.

boolrefreshUserRenditions

Value indicating whether to refresh user renditions.

stringrenditions

The renditions.

Properties

Type

Gets the type of the mass edit operation.

Declaration
public override string Type { get; }
Property Value
TypeDescription
string
Overrides

Value

Gets or sets the value. A generic bag to contains the parameters for the operation.

Declaration
public override sealed IMassEditOperationValue Value { get; set; }
Property Value
Overrides

Implements

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