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.

contains_extension(self, extension_type: FieldExtensionType) -> bool

Parameters

extension_type FieldExtensionType
in The field extension type.

Returns

bool
A value indicating whether the field (or one of its child fields) contains the specified extension.

Exceptions

An error has occurred during Bioseal Library execution.
bool containsExtension(FieldExtensionType extensionType)

Parameters

extensionType FieldExtensionType
in The field extension type.

Returns

bool
A value indicating whether the field (or one of its child fields) contains the specified extension.

Exceptions

An error has occurred during Bioseal Library execution.
public bool ContainsExtension(FieldExtensionType extensionType)

Parameters

extensionType FieldExtensionType
in The field extension type.

Returns

bool
A value indicating whether the field (or one of its child fields) contains the specified extension.

Exceptions

An error has occurred during Bioseal Library execution.
public boolean containsExtension(FieldExtensionType extensionType) throws BiosealException

Parameters

extensionType FieldExtensionType
in The field extension type.

Returns

boolean
A value indicating whether the field (or one of its child fields) contains the specified extension.

Exceptions

An error has occurred during Bioseal Library execution.
public func containsExtension(extensionType: FieldExtensionType) throws -> Bool

Parameters

extensionType FieldExtensionType
in The field extension type.

Returns

Bool
A value indicating whether the field (or one of its child fields) contains the specified extension.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealField_ContainsExtension (
    ID3_BIOSEAL_FIELD hField,
    id3BiosealFieldExtensionType eExtensionType,
    bool * result)

Parameters

in Handle to the Field object.

in The field extension type.

result bool *
out A value indicating whether the field (or one of its child fields) contains the specified extension.

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.