Specifies the synchronization mode for properties and members.
Namespace: Colygon.MatchPoint.Core.AjaxAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax [FlagsAttribute]
public enum SyncMode
Members
| Member name | Value | Description |
---|
| IncludeInCallback | 1 | Include in callback. |
| IncludeInPostback | 2 | Include in post back. |
| Encrypt | 4 | Encrypt the synced value. |
| SerializeBinary | 8 | Binary serialize the synced value. |
| IncludeInSourceUrl | 16 | Include in post back. |
Remarks Default behavior: values are written to client but not re-written to server.
See Also