|
Parameters |
|
Description |
Passed |
Returned |
Method updates name servers of specified domain in the internal SyncNameServers table. When provider opens the domain properties window, domain current name servers are compared with data in the SyncNameServers table. If name servers do not match, the Synchronize NS button is displayed in the domain properties window. |
2 |
1 |
Syntax
ErrorMessage DOMAINGATE::NameServersChanged_API(
Str(255) FullDomainName;
Str(40) PrimaryNameServer;
Str(40) SecondaryNameServer;
Str(40) ThirdNameServer;
Str(40) FourthNameServer.
)
returns
Str ErrorMessage - message on name servers change: "Operation done.".
Special Notes