Click or drag to resize
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: 2013.11.0.0
Syntax
C#
[FlagsAttribute]
public enum AjaxMethodFlags
Members
  Member nameValueDescription
IgnoreSharedData1Data is not synchronized.
Synchronized2Data is synchronized.
See Also