[This is preliminary documentation and is subject to change.]

Checks and verifies teh serial number of the current installation against the sid

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

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

Parameters

sid
Type: System..::.String

Return Value

See Also