Encapsulates information about the result of a copy operation.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface ISpaceCopyResult
Public Interface ISpaceCopyResult
public interface class ISpaceCopyResult
public interface ISpaceCopyResult
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
DuplicateEntries |
Returns a mapping between UIDs which exist in both spaces and their class names.
| |
Exception |
If the copy operation failed, gets the exception that cauesed the failure.
| |
SourceUrl |
Gets the Url of the space from where all data have been copied.
| |
TotalCopiedEntries |
Returns a mapping between classes names and the number of copied entries.
| |
TotalCopiedObjects |
Gets the total number of copied objects.
| |
TotalEntriesBlockedByFilter |
Gets the total number of entries which were blocked by a replication input filter.
|