Table of Contents

Class GetFileSystemEntriesArgs

Namespace
SunamoShared.Args
Assembly
SunamoShared.dll

Arguments for getting file system entries with progress tracking.

public class GetFileSystemEntriesArgs
Inheritance
GetFileSystemEntriesArgs
Inherited Members
Extension Methods

Properties

ProgressBarHelper

The progress bar helper for tracking progress.

public IProgressBarHelperShared? ProgressBarHelper { get; set; }

Property Value

IProgressBarHelperShared

ProgressBarInstance

The progress bar instance.

public ProgressBar? ProgressBarInstance { get; set; }

Property Value

ProgressBar