C-DEngine 5.105

TheFormInfo..::..AddFlags Property

Retired - User AddOrUpdatePlatBag() instead Binary Flags for the Add Button: 1=Show On Relay (HideAddButton) 2=Show in Cloud (AllowAddOnAllNodes) 4 =Hide from Mobile (HideAdd) 8 = 16= 32= 64= 128=Only Show if user is on first node(RequireFirstNodeForAdd)

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

Syntax


public int AddFlags { get; set; }
Public Property AddFlags As Integer
	Get
	Set
public:
property int^ AddFlags {
	int^ get ();
	void set (int^ value);
}