Class PendingInvitesResult
Defined in File Space.h
Inheritance Relationships
Base Type
public csp::systems::ResultBase
(Class ResultBase)
Class Documentation
-
class PendingInvitesResult : public csp::systems::ResultBase
Data class used to contain the obfuscated email addresses of the users that have not yet accepted the space invites.
Public Functions
-
csp::common::Array<csp::common::String> &GetPendingInvitesEmails()
Retrieves the stored obfuscated email addresses.
- Returns
csp::common::Array<csp::common::String> : reference to the emails array
-
const csp::common::Array<csp::common::String> &GetPendingInvitesEmails() const
Retrieves the stored obfuscated email addresses.
- Returns
csp::common::Array<csp::common::String> : reference to the emails array
-
csp::common::Array<csp::common::String> &GetPendingInvitesEmails()