Click or drag to resize

CopyContentModelMode Property

Determines whether the content will replace or be added to the target's current content.

Namespace:  Livit.Learn.Model.Actions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public ContentCopyMode Mode { get; set; }

Property Value

Type: ContentCopyMode
Remarks

For available values, please see ContentCopyMode.

See Also