Server.getMigratedSiteInfo (Method)
Retrieve a structure whose contents are the path, URL, and the mapping for a site to be migrated.
Returns:
Server_GetMigratedSiteInfo_Results (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
Mapping | CFMapping_EmptyString | The mapping to the site. |
RootPath | DirectoryPath_Existing_EmptyString | The file system path to the site's root directory. |
RootURL | ValidURL_EmptyString | The site's URL. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
datasourceName | DatasourceName | Required | The name of the data source for which information is being retrieved. |
Context:
License Requirements | None |
Permission Requirements | server:ManageSites |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None