Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public static bool ShouldShowAgain(
	string showAgainTag
)
Visual Basic
Public Shared Function ShouldShowAgain ( _
	showAgainTag As String _
) As Boolean
Visual C++
public:
static bool ShouldShowAgain(
	String^ showAgainTag
)

Parameters

showAgainTag
Type: System..::..String

See Also