C# Class FilezillaUser, FileZilla.NET

Summary description for FilezillaUser
Mostra file Open project: sancsoft/FileZilla.NET Class Usage Examples

Public Properties

Property Type Description
Permissions List

Public Methods

Method Description
Create ( XmlDocument doc ) : XmlNode

Create a node containing the user

CreateOption ( XmlDocument doc, string optionName, bool optionValue ) : XmlNode

Creaate a boolean option for xml

CreateOption ( XmlDocument doc, string optionName, string optionValue ) : XmlNode

Creaate a string-based option for xml

FilezillaUser ( ) : System
GetHomeDirectory ( ) : string

Get the home directory for the user

Read ( XmlNode user ) : bool

Load the object from an XML node

Method Details

Create() public method

Create a node containing the user
public Create ( XmlDocument doc ) : XmlNode
doc XmlDocument XML configuration document
return XmlNode

CreateOption() public method

Creaate a boolean option for xml
public CreateOption ( XmlDocument doc, string optionName, bool optionValue ) : XmlNode
doc XmlDocument XML configuration document
optionName string name attribute of option
optionValue bool value of option
return XmlNode

CreateOption() public method

Creaate a string-based option for xml
public CreateOption ( XmlDocument doc, string optionName, string optionValue ) : XmlNode
doc XmlDocument XML configuration document
optionName string name attribute of option
optionValue string value of option
return XmlNode

FilezillaUser() public method

public FilezillaUser ( ) : System
return System

GetHomeDirectory() public method

Get the home directory for the user
public GetHomeDirectory ( ) : string
return string

Read() public method

Load the object from an XML node
public Read ( XmlNode user ) : bool
user XmlNode
return bool

Property Details

Permissions public_oe property

public List Permissions
return List