|
cavokSOAPService
|
Definition of an Action Script. More...
Public Attributes | |
| xsd__string | scriptID |
| Unique ID of Action Script. More... | |
| xsd__string | scriptName |
| Name of Action Script. More... | |
| xsd__string | scriptDescription |
| Descriptive text of Action Script. More... | |
| xsd__boolean | returnsData |
| true if script will return data. More... | |
| xsd__boolean | usesDirectories |
| true if script will work on directories. More... | |
| xsd__boolean | usesCategories |
| true if script will work on categories. More... | |
| std::vector< struct ActionScriptParameter > | scriptParams |
| Parameter used by this script. More... | |
| xsd__boolean | dlresult |
| true if script buffers the result for later download | |
| xsd__string | systemID |
| Non-0 if script is a system script. More... | |
Definition of an Action Script.
| xsd__boolean ActionScript::returnsData |
true if script will return data.
| xsd__string ActionScript::scriptDescription |
Descriptive text of Action Script.
| xsd__string ActionScript::scriptID |
Unique ID of Action Script.
| xsd__string ActionScript::scriptName |
Name of Action Script.
| std::vector<struct ActionScriptParameter> ActionScript::scriptParams |
Parameter used by this script.
(The same order must be used when invoking the script!)
| xsd__string ActionScript::systemID |
Non-0 if script is a system script.
| xsd__boolean ActionScript::usesCategories |
true if script will work on categories.
| xsd__boolean ActionScript::usesDirectories |
true if script will work on directories.
1.8.13