Home > @i2analyze/i2connect > records > ISeedRecordBase > connectorKeysByType
records.ISeedRecordBase.connectorKeysByType() method
Gets the keys of the specified type that came from the current connector, from the source identifiers of the seed record.
Signature:
connectorKeysByType(type: schema.IItemType): readonly IConnectorKey[];
Introduced: API version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
type | schema.IItemType | The item type of the keys to retrieve. |
Returns:
readonly IConnectorKey[]
Remarks
See the documentation for connectorKeys for more information.