Skip to main content

GetClassType

Returns a type of the ApiUnsupported class.

Syntax

expression.GetClassType();

expression - A variable that represents a ApiUnsupported class.

Parameters

This method doesn't have any parameters.

Returns

"unsupported"

Example

Read the type identifier of an unrecognized annotation object in a document.

// How do I find out what kind of unsupported element I have encountered in a document?

// Confirm the category of an unknown annotation by retrieving its type label in a document.