Discuss this help topic in SecureBlackbox Forum
Whether Box Sync can be used.
Declaration
[VB.NET]
Property IsSyncEnabled As Boolean
[Pascal]
property IsSyncEnabled: boolean;
[C++]
bool get_IsSyncEnabled();
void set_IsSyncEnabled(bool Value);
[PHP]
bool get_IsSyncEnabled()
void set_IsSyncEnabled(bool $Value)
[Java]
boolean getIsSyncEnabled();
void setIsSyncEnabled(boolean Value);
Description
When this option is set, this user can use Box Sync.
Discuss this help topic in SecureBlackbox Forum