1. API reference

Class RefreshRenditionsOperation

Defines a mass-edit operation.

Inheritance

object

MassEditOperation

RefreshRenditionsOperation

Implements

IMassEditOperation

Inherited Members

MassEditOperation.Validate()

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
boolrefreshFailedValue indicating whether to refresh failed.
boolgenerateNewAndRemoveDeprecatedValue indicating whether to generate new and remove deprecated.
boolrefreshExistingValue indicating whether to refresh.
boolrefreshHistoryValue indicating whether to refresh history.
boolrefreshSubFilesValue indicating whether to refresh sub-files.
boolrefreshUserRenditionsValue indicating whether to refresh user renditions.
stringrenditionsThe renditions.

Properties

Type

Gets the type of the mass edit operation.

Declaration

public override string Type { get; }

Property Value

TypeDescription
string

Overrides

MassEditOperation.Type

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

MassEditOperation.Value

Implements

IMassEditOperation

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