Field.containsExtensionByName Method¶
Module: Field
Definition¶
Returns a value indicating whether the field (or one of its child fields) contains an extension with specified name.
bool containsExtensionByName(String? extensionName)
Parameters
extensionName Stringin A string that identifies the extension.
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.