C# Class R.Scheduler.Ftp.DirItemStruct

Show file Open project: R-Suite/R.Scheduler Class Usage Examples

Public Properties

Property Type Description
CreateTime System.DateTime
Flags string
Group string
IsDirectory bool
Name string
Owner string

Property Details

CreateTime public property

public DateTime,System CreateTime
return System.DateTime

Flags public property

public string Flags
return string

Group public property

public string Group
return string

IsDirectory public property

public bool IsDirectory
return bool

Name public property

public string Name
return string

Owner public property

public string Owner
return string