cavokSOAPService
Public Attributes | List of all members
Collection Struct Reference

Definition of a UserCollection. More...

Public Attributes

xsd__string collectionID
 Collection ID.
 
xsd__string collectionName
 Descriptive name of collection.
 
xsd__boolean collectionActive
 true if collection is active
 
xsd__boolean isTaskCollection
 true if collection is TaskCollection
 
xsd__string collectionTask
 in case of task collections, this is the central task description
 
std::vector< struct CollectionUsercollectionUsers
 users associated with the collection
 
enum CollectionStatus collectionStatus
 current status of collection
 
xsd__boolean newNotes
 true if new collection notes are available
 
std::vector< struct CollUploadFolderuploadDirs
 upload folders configured for this collection. More...
 
xsd__boolean sendUploadNotification
 true if owner shall be notified of an upload into the collection upload dirs.
 
xsd__boolean isLinked
 true if collection links exists
 

Detailed Description

Definition of a UserCollection.

Member Data Documentation

◆ uploadDirs

std::vector<struct CollUploadFolder> Collection::uploadDirs

upload folders configured for this collection.

(Only if not task collection.)