UploadCommandAddFileQuery Method |
Adds a file Item query to the request where the path to the file is specified as the actual_filename property
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public void AddFileQuery(
string query
)
Public Sub AddFileQuery (
query As String
)
Parameters
- query
- Type: SystemString
Query to add to the request
See Also