C-DEngine 5.105

TheServiceHostInfo..::..IsCloudNMIBlocked Property

NEW:3.2 If set to true, the User Information is no longer replicated via the cloud and users cannot login to the NMI via the cloud To set from a plugin use "TheCommCore.SetCloudNMIBlock(true|false, GUID pUser); only Admins on the "FirstNode" can change this setting

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsCloudNMIBlocked { get; set; }
Public Property IsCloudNMIBlocked As Boolean
	Get
	Set
public:
property bool^ IsCloudNMIBlocked {
	bool^ get ();
	void set (bool^ value);
}