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
fileExtensionstring- The file extension to check.
Returns
- bool
trueif a specialized topic type is registered for the specified file extension; otherwise,false.
Exceptions
- ArgumentNullException
- Thrown when
fileExtensionisnull.
