cavokSOAPService
Public Attributes | List of all members
ActionScript Struct Reference

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 ActionScriptParameterscriptParams
 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...
 

Detailed Description

Definition of an Action Script.

Member Data Documentation

◆ returnsData

xsd__boolean ActionScript::returnsData

true if script will return data.

◆ scriptDescription

xsd__string ActionScript::scriptDescription

Descriptive text of Action Script.

◆ scriptID

xsd__string ActionScript::scriptID

Unique ID of Action Script.

◆ scriptName

xsd__string ActionScript::scriptName

Name of Action Script.

◆ scriptParams

std::vector<struct ActionScriptParameter> ActionScript::scriptParams

Parameter used by this script.

(The same order must be used when invoking the script!)

◆ systemID

xsd__string ActionScript::systemID

Non-0 if script is a system script.

◆ usesCategories

xsd__boolean ActionScript::usesCategories

true if script will work on categories.

◆ usesDirectories

xsd__boolean ActionScript::usesDirectories

true if script will work on directories.