Свойство | Тип | Описание | |
---|---|---|---|
Permissions | List |
Метод | Описание | |
---|---|---|
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
|
public Create ( XmlDocument doc ) : XmlNode | ||
doc | XmlDocument | XML configuration document |
Результат | XmlNode |
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 |
Результат | XmlNode |
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 |
Результат | XmlNode |