AjaxMethodFlags Enumeration |
Specifies, what data will be included within the AJAX request and therefore defines whether it will be
available within a server-side method.
Namespace:
Colygon.MatchPoint.Core.Ajax
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax [FlagsAttribute]
public enum AjaxMethodFlags
Members
| Member name | Value | Description |
---|
| IgnoreSharedData | 1 | Data is not synchronized. |
| Synchronized | 2 | Data is synchronized. |
See Also