Field.containsExtension Method¶
Module: Field
Definition¶
Returns a value indicating whether the field (or one of its child fields) contains an extension of the specified type.
bool containsExtension(FieldExtensionType extensionType)
Parameters
extensionType FieldExtensionTypein The field extension type.
Returns
boolA value indicating whether the field (or one of its child fields) contains the specified extension.
Exceptions
An error has occurred during Bioseal Library execution.