ADO.NET Provider for WordPress

Build 26.0.9655

GetAutomatedTransferStatus

Retrieve the current status of an automated transfer for a specific WordPress site.

Stored Procedure-Specific Information

To get the automated transfer status, you must specify the Site parameter. The following example shows how to get the automated transfer status.

EXECUTE GetAutomatedTransferStatus Site='example.wordpress.com';

You can also use the site ID instead of the domain:

EXECUTE GetAutomatedTransferStatus Site='123456';

Input

Name Type Description
Site String The site ID or domain for which to retrieve the automated transfer status.

Result Set Columns

Name Type Description
Status String The current status of the automated transfer operation.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655