Click or drag to resize

ScanNtfsVolumeJobSessionContractFolders Property

Scan results.

Namespace:  SOS.SDK.Contracts.DataContracts.Jobs.ScanNtfs
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public NtfsFolderContract[] Folders { get; set; }

Property Value

Type: NtfsFolderContract
Remarks
This is a groupped by folder path files list. This list is limited by files quantity. It's normal situation, when you accept same folder several times in the different progress events - just merge all files by owner folder path.
See Also