Table of Contents

Class DirectoriesToDeleteFluentFtp

Namespace
SunamoFluentFtp._public
Assembly
SunamoFluentFtp.dll

Represents directories to be deleted with their depth level

public class DirectoriesToDeleteFluentFtp
Inheritance
DirectoriesToDeleteFluentFtp
Inherited Members
Extension Methods

Properties

Depth

Depth level of the directory in the hierarchy

public int Depth { get; set; }

Property Value

int

Directories

List of directories with their contents

public List<Dictionary<string, List<string>>> Directories { get; set; }

Property Value

List<Dictionary<string, List<string>>>