IPWorks 2020 JavaScript Edition

Questions / Feedback?

GetFieldValue Method

Get the value of the field indicated from a record.

Syntax

async dns.getFieldValue(recordIndex : number, fieldName : string): Promise<string>

Remarks

This method will get the value of the DNS record field specified by FieldName from the DNS record at RecordIndex. If no such field exists for that record type, the component fails with an error.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 JavaScript Edition - Version 20.0 [Build 8292]