Property | Type | Description | |
---|---|---|---|
Aliases | List |
Method | Description | |
---|---|---|
Create ( XmlDocument doc ) : XmlNode |
Create a node containing the permission
|
|
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
|
|
Defaults ( ) : void |
Assign default values to the permission object
|
|
FilezillaPermission ( ) : System |
Default constructor
|
|
Read ( XmlNode perm ) : bool |
Load the object from an XML node
|
|
Update ( XmlDocument doc, XmlNode perm ) : bool |
Update the permissions in an XML node from the object
|
public Create ( XmlDocument doc ) : XmlNode | ||
doc | XmlDocument | XML configuration document |
return | 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 |
return | 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 |
return | XmlNode |
public Update ( XmlDocument doc, XmlNode perm ) : bool | ||
doc | XmlDocument | xml document |
perm | XmlNode | |
return | bool |