Table of Contents

Class CloneResult

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Class encapsulating cloning result messages.

public sealed class CloneResult
Inheritance
object
CloneResult
Extension Methods

Properties

Errors

Collection of error messages.

public ICollection<string> Errors { get; }

Property Value

ICollection<string>

Warnings

Collection of warning messages.

public ICollection<string> Warnings { get; }

Property Value

ICollection<string>