C-DEngine 5.105

ThePageDefinition..::..AllowScopeQuery Property

New in 3.1: Allows to add a EasyScopeID to the Page URL

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

Syntax


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