C-DEngine 5.105

nmiCtrlTableView..::..AllowGlobalPush Property

if true the uploaded files will be pushed with PublishCentral.

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

Syntax


public Nullable<bool> AllowGlobalPush { get; set; }
Public Property AllowGlobalPush As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> AllowGlobalPush {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}