Class RefreshRenditionsOperation
Defines a mass-edit operation.
Implements
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsMassEdit
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class RefreshRenditionsOperation : MassEditOperation, IMassEditOperation
Constructors
RefreshRenditionsOperation(RefreshRenditionsOperationValue)
Initializes a new instance of the RefreshRenditionsOperation class.
Declaration
RequestResponse
public RefreshRenditionsOperation(RefreshRenditionsOperationValue value)
Parameters
Type | Name | Description |
---|---|---|
RefreshRenditionsOperationValue | value |
RefreshRenditionsOperation(bool, bool, bool, bool, bool, bool, string[])
Initializes a new instance of the RefreshRenditionsOperation class.
Declaration
RequestResponse
public RefreshRenditionsOperation(bool refreshFailed, bool generateNewAndRemoveDeprecated, bool refreshExisting, bool refreshHistory, bool refreshSubFiles, bool refreshUserRenditions, string[] renditions)
Parameters
Type | Name | Description |
---|---|---|
bool | refreshFailed |
Value indicating whether to refresh failed. |
bool | generateNewAndRemoveDeprecated |
Value indicating whether to generate new and remove deprecated. |
bool | refreshExisting |
Value indicating whether to refresh. |
bool | refreshHistory |
Value indicating whether to refresh history. |
bool | refreshSubFiles |
Value indicating whether to refresh sub-files. |
bool | refreshUserRenditions |
Value indicating whether to refresh user renditions. |
string | renditions |
The renditions. |
Properties
Type
Gets the type of the mass edit operation.
Declaration
RequestResponse
public override string Type { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Value
Gets or sets the value. A generic bag to contains the parameters for the operation.
Declaration
RequestResponse
public override sealed IMassEditOperationValue Value { get; set; }
Property Value
Type | Description |
---|---|
IMassEditOperationValue |