Table of Contents

Class DirectoriesToDeleteFtp

Namespace
SunamoFtp._public.SunamoData.Data
Assembly
SunamoFtp.dll

Represents directories to be deleted on FTP server

public class DirectoriesToDeleteFtp
Inheritance
DirectoriesToDeleteFtp
Inherited Members
Extension Methods

Properties

Depth

Current depth level in directory hierarchy

public int Depth { get; set; }

Property Value

int

Directories

List of directories organized by depth level

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

Property Value

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