Discuss this help topic in SecureBlackbox Forum
Whether the user is permitted to invite collaborators.
Declaration
[C#]
bool CanInviteCollaborator;
[VB.NET]
Property CanInviteCollaborator As Boolean
[Pascal]
property CanInviteCollaborator: boolean;
[C++]
bool get_CanInviteCollaborator();
[PHP]
bool get_CanInviteCollaborator()
[Java]
boolean getCanInviteCollaborator();
Description
Specifies whether the user is permitted to invite collaborators.
Discuss this help topic in SecureBlackbox Forum