|
cavokSOAPService
|
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 CollectionUser > | collectionUsers |
| 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 CollUploadFolder > | uploadDirs |
| 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 | |
Definition of a UserCollection.
| std::vector<struct CollUploadFolder> Collection::uploadDirs |
upload folders configured for this collection.
(Only if not task collection.)