SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
cbe::PublishManager Class Reference

Managing the list of web shares. More...

#include <PublishManager.h>

Public Member Functions

cbe::Items getPublished () const
 Lists publications that are shared with other userids. More...
 
 PublishManager (cbe::DefaultCtor)
 Default constructor. More...
 
 operator bool () const
 Checks if the current instance is real. More...
 

Friends

class CloudBackend
 

Detailed Description

Managing the list of web shares.

Constructor & Destructor Documentation

◆ PublishManager()

cbe::PublishManager::PublishManager ( cbe::DefaultCtor  )

Default constructor.

Construct a new object with the DefaultCtor to enable the operator bool() test

Member Function Documentation

◆ getPublished()

cbe::Items cbe::PublishManager::getPublished ( ) const

Lists publications that are shared with other userids.

Listing is done independently of where in the actual container/subcontainer tree the items are located.

(Publications are also known as web shares.)

Returns
The publications in terms of items.

◆ operator bool()

cbe::PublishManager::operator bool ( ) const
explicit

Checks if the current instance is real.

An "unreal" instance implies typically a failed event.

Relies on the Default constructor PublishManager(cbe::DefaultCtor)

Returns
true : is real
false : unreal; got nullptr; if current instance is unbound/undefined. I.e., if it is only default constructed.

The documentation for this class was generated from the following file: