FZ_FormBase.ClearImageLogCount

Clears the number of image logging executions information

Public Shared Function ClearImageLogCount( _
) As Integer

Parameters
None

Return Value
Returns 0 when clearing information about the number of image logging executions succeeded.
Otherwise returns a non-zero value.

Description
Clears the number of image logging executions information.
The number of image logging name should be recalculated by execute this command.

Example
   Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOK.Click

       ' Clears the number of image logging executions information
       ClearImageLogCount()

   End Sub