FolderSyncResult

FolderSyncResult class

Contains changes to the folder hierarchy.

public class FolderSyncResult

Constructors

Name Description
FolderSyncResult(FolderInfo[], FolderInfo[], FolderInfo[]) Initializes a new instance of the FolderSyncResult class.

Properties

Name Description
Added { get; } Contains array of added folders.
Deleted { get; } Contains array of deleted folders.
Updated { get; } Contains array of modified folders.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also