Click or drag to resize

MvComponenthasC2SUpdates Property

Gets a value that indicates if the current component to server transaction is not empty.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual bool hasC2SUpdates { get; }

Property Value

Type: Boolean
true if the current component to server transaction is not empty.
See Also