Class PendingInvitesResult

Inheritance Relationships

Base Type

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