[]
        
(Showing Draft Content)

C1.C1Preview.Export.ExportProvider.CanExportObject

CanExportObject Method

CanExportObject(object)

Tests whether the specified object represents a document that can be exported by an Exporter associated with the current export provider (see NewExporter()). The default implementation of this method returns false.

Declaration
public abstract bool CanExportObject(object obj)
Parameters
Type Name Description
object obj

The object (document) to test.

Returns
Type Description
bool

true if the associated Exporter can export the specified object, false otherwise.