FileTopicFactory.IsRegistered Method

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether a specialized topic type is registered for the specified file extension.
public static bool IsRegistered(string fileExtension)

Parameters

fileExtension string
The file extension to check.

Returns

bool
true if a specialized topic type is registered for the specified file extension; otherwise, false.

Exceptions

ArgumentNullException
Thrown when fileExtension is null.