Interface ITransferLog
Contains warnings and/or errors captured during an import or export operation
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
public interface ITransferLogProperties
Errors
A collection of errors that has been captured during execution.
Declaration
IEnumerable<string> Errors { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<System.String> | 
Warnings
A collection of warnings that has been captured during execution.
Declaration
IEnumerable<string> Warnings { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<System.String> | 
