__construct |
( |
|
$assetid = 0 | ) |
|
Description: This operation allow transfer of file with content base64 encoded
- Parameters
-
array | $request | The request information
Array (
'AssetID' => [The AssetID of the file to download],
)
|
- Returns
- void public
Definition at line 80 of file soap_api_file_retrieval_service.inc.
static getComplexElements |
( |
|
$func_list = Array() | ) |
|
|
static |
GetFileInformation |
( |
|
$request | ) |
|
Description: This operation return the information about the file based on the assetid
- Parameters
-
array | $request | The request information
Array (
'AssetID' => [The AssetID of the file to get information for],
)
|
- Returns
- void public
Definition at line 142 of file soap_api_file_retrieval_service.inc.
GetImageInformation |
( |
|
$request | ) |
|
Description: This operation return the information about the image on the assetid
- Parameters
-
array | $request | The request information
Array (
'AssetID' => [The AssetID of the image to get information for],
)
|
- Returns
- void public
Definition at line 182 of file soap_api_file_retrieval_service.inc.
static getRandomFilename |
( |
|
$file_name | ) |
|
|
static |
getRandomFileName get a random filename for the file being uploaded
- Parameters
-
string | $file_name | The original name of the file |
- Returns
- string public
Definition at line 288 of file soap_api_file_retrieval_service.inc.
static getSimpleRestrictedTypes |
( |
|
$func_list = Array() | ) |
|
|
static |
Description: This operation allow upload of file into an existing File Asset
- Parameters
-
array | $request | The request information
Array (
'AssetID' => [The AssetID of the file asset to upload the file into],
'FileContentBase64' => [The content of the file base64 encoded],
'FileName' => [The name of the file being uploaded],
)
|
- Returns
- void public
Definition at line 223 of file soap_api_file_retrieval_service.inc.
The documentation for this class was generated from the following file: