DatStat Illume 4.5 SDK Class Reference

HookContext.PostBackErrors Property

Gets a value indicating whether or not errors were generated by the last postback operation.

public Boolean PostBackErrors {get;}

Property Value

A value indicating the whether or not errors were generated by the last postback operation.

Remarks

If an error is generated during a postback operation, the SDK developer may not wish to execute code until the errors are taken care of by the participant. This property will allow the developer to control their code in this situation.

See Also

HookContext Class | DatStat.Collector Namespace