[]
        
(Showing Draft Content)

C1.C1Preview.Utils.IsC1DocumentType

IsC1DocumentType Method

IsC1DocumentType(Type)

Tests whether an object of the specified type can be represented as a C1.C1Preview.IC1Document.

Declaration
public static bool IsC1DocumentType(Type type)
Parameters
Type Name Description
Type type

The type to test.

Returns
Type Description
bool
<b>true</b> if the specified type can be represented as a <xref href="C1.C1Preview.IC1Document" data-throw-if-not-resolved="false"></xref>,

false otherwise.