ContentDeploymentRemoteImport.GetRemoteAdminServerUrl Method
Validates the remote destination credentials and that the Web service is configured to accept content deployment requests.
Namespace: Microsoft.SharePoint.Publishing.Administration.WebServices
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetRemoteAdminServerUrl ( _
clientVersion As String _
) As String
'Usage
Dim instance As ContentDeploymentRemoteImport
Dim clientVersion As String
Dim returnValue As String
returnValue = instance.GetRemoteAdminServerUrl(clientVersion)
[WebMethodAttribute]
public string GetRemoteAdminServerUrl(
string clientVersion
)
Parameters
clientVersion
Type: System.StringThe client version information.
Return Value
Type: System.String
The server URL for the administrator of the designated front-end Web server.
See Also
Reference
ContentDeploymentRemoteImport Class
ContentDeploymentRemoteImport Members
Microsoft.SharePoint.Publishing.Administration.WebServices Namespace