LicenseCollectionExtensionsIsMagicNumberAvailable Method (ICollectionMagicNumberEntry, String, Boolean)

CVB.Net Documentation
Check whether at least one Magic Number is available for the given toolID.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static bool IsMagicNumberAvailable(
	this ICollection<MagicNumberEntry> list,
	string toolID,
	bool ignoreTrialLicenses
)

Parameters

list
Type: System.Collections.GenericICollectionMagicNumberEntry
collection to check
toolID
Type: SystemString
tool ID to check for
ignoreTrialLicenses
Type: SystemBoolean
set to
true
to ignore all Magic Numbers that are reported for serial number 999 (which corresponds to the trial licenses; Magic Numbers for the trial licenses are always available if the tool is provided by STEMMER IMAGING).

Return Value

Type: Boolean
true
if at least one Magic Number entry was found that matches the criteria,
false
otherwise

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ICollectionMagicNumberEntry. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference