SPSite.LookupUriInRemoteFarm - Méthode
Returns the Uniform Resource Identifier (URI) of a Web site in the specified remote server farm.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function LookupUriInRemoteFarm ( _
farm As SPFarm, _
id As Guid, _
zone As SPUrlZone _
) As Uri
'Utilisation
Dim farm As SPFarm
Dim id As Guid
Dim zone As SPUrlZone
Dim returnValue As Uri
returnValue = SPSite.LookupUriInRemoteFarm(farm, _
id, zone)
public static Uri LookupUriInRemoteFarm(
SPFarm farm,
Guid id,
SPUrlZone zone
)
Paramètres
farm
Type : Microsoft.SharePoint.Administration.SPFarmAn SPFarm object that represents the remote server farm.
id
Type : System.GuidA GUID that identifies the Web site.
zone
Type : Microsoft.SharePoint.Administration.SPUrlZoneAn SPUrlZone object that represents the URL zone of the URI to return.
Valeur renvoyée
Type : System.Uri
A System.Uri object that represents the URI of the Web site.