A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface ITransferLog

Contains warnings and/or errors captured during an import or export operation

Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3
Syntax
public interface ITransferLog

Properties

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>

Extension Methods