IDocumentExtender

class IDocumentExtender

Bases: ImpactCOMWrapperBase

Description:

Represents a registered document extender being used by the underlying IDocumentProvider.

Remarks:

Impact supports a plugin architecture of document extenders that add support for external applications, thumbnail generators and meta-data extractors. Document extenders provide functionality to the underlying document provider. Introduced in Impact 9.0.0.83.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property guid

Gets GUID.

Description:

The unique identifier of the document extender.

Returns:

The value of GUID.

Return type:

guid (str)

property name

Gets Name.

Description:

The name of the document extender.

Returns:

The value of Name.

Return type:

name (str)

property version

Gets Version.

Description:

The version number of the document extender.

Returns:

The value of Version.

Return type:

version (str)

Examples