cavokSOAPService
Public Attributes | List of all members
UploadLink Struct Reference

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 UploadMetadatametaData
 A freetext field to allow users to name their links. More...
 

Detailed Description

UploadLink data set.

Member Data Documentation

◆ creationTime

xsd__int UploadLink::creationTime

Unix timestamp until which this link is valid.

◆ dirID

xsd__string UploadLink::dirID

group ID of link creator group.

◆ displayName

xsd__string UploadLink::displayName

Text to be shown by client in upload dialog.

(base64 encoded)

◆ displayText

xsd__base64Binary UploadLink::displayText

If true, link creator gets an email notification whenever someone uses this link for upload.

◆ emailToOwner

xsd__boolean UploadLink::emailToOwner

Unix timestamp of the creation time of this link.

◆ groupID

xsd__string UploadLink::groupID

user ID of link creator.

◆ link

xsd__string UploadLink::link

unique hash for identification purposes.

◆ metaData

std::vector<struct UploadMetadata> UploadLink::metaData

A freetext field to allow users to name their links.

◆ ownerID

xsd__string UploadLink::ownerID

URL completion for linking.

◆ timeout

xsd__int UploadLink::timeout

script used for placing uploaded files into the directory.

(may be empty)

◆ uploadScript

xsd__string UploadLink::uploadScript

directory ID of linked directory.