CreateItemModelReplaceMode Property
|
Determines the replace action performed on the element.
Namespace:
Livit.Learn.Model.ActionsAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic ReplaceItemMode ReplaceMode { get; set; }
Property Value
Type:
ReplaceItemMode
Remarks
Only works when CanReplace set to true.
See ReplaceItemMode for available values.
See Also