cavokSOAPService
|
UploadLink data set. More...
Public Attributes | |
xsd__string | link |
unique hash for identification purposes. More... | |
xsd__string | ownerID |
URL completion for linking. More... | |
xsd__string | groupID |
user ID of link creator. More... | |
xsd__string | dirID |
group ID of link creator group. More... | |
xsd__string | uploadScript |
directory ID of linked directory. More... | |
xsd__int | timeout |
script used for placing uploaded files into the directory. More... | |
xsd__int | creationTime |
Unix timestamp until which this link is valid. More... | |
xsd__boolean | emailToOwner |
Unix timestamp of the creation time of this link. More... | |
xsd__base64Binary | displayText |
If true, link creator gets an email notification whenever someone uses this link for upload. More... | |
xsd__string | displayName |
Text to be shown by client in upload dialog. More... | |
std::vector< struct UploadMetadata > | metaData |
A freetext field to allow users to name their links. More... | |
UploadLink data set.
xsd__int UploadLink::creationTime |
Unix timestamp until which this link is valid.
xsd__string UploadLink::dirID |
group ID of link creator group.
xsd__string UploadLink::displayName |
Text to be shown by client in upload dialog.
(base64 encoded)
xsd__base64Binary UploadLink::displayText |
If true, link creator gets an email notification whenever someone uses this link for upload.
xsd__boolean UploadLink::emailToOwner |
Unix timestamp of the creation time of this link.
xsd__string UploadLink::groupID |
user ID of link creator.
xsd__string UploadLink::link |
unique hash for identification purposes.
std::vector<struct UploadMetadata> UploadLink::metaData |
A freetext field to allow users to name their links.
xsd__string UploadLink::ownerID |
URL completion for linking.
xsd__int UploadLink::timeout |
script used for placing uploaded files into the directory.
(may be empty)
xsd__string UploadLink::uploadScript |
directory ID of linked directory.