DetectedChangesEventArgs::TotalDirectoriesFound Property

Gets the total number of folders that are found during change detection.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public:
property long long TotalDirectoriesFound {
	long long get ();
}

Property Value

Type: System::Int64
The total number of folders that are found during change detection.

If the total number of folders cannot be calculated, the value will be -1.

Folders that are excluded by the scope filter or skipped are not counted.

Show: