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.AjaxAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax [FlagsAttribute]
public enum AjaxMethodFlags
Members
| Member name | Value | Description |
---|
| IgnoreSharedData | 1 | Data is not synchronized. |
| Synchronized | 2 | Data is synchronized. |
See Also