Click or drag to resize

SyncMode Enumeration

Specifies the synchronization mode for properties and members.

Namespace:  Colygon.MatchPoint.Core.Ajax
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
[FlagsAttribute]
public enum SyncMode
Members
  Member nameValueDescription
IncludeInCallback1Include in callback.
IncludeInPostback2Include in post back.
Encrypt4Encrypt the synced value.
SerializeBinary8Binary serialize the synced value.
IncludeInSourceUrl16Include in post back.
Remarks
Default behavior: values are written to client but not re-written to server.
See Also