DemotedSiteCollection.Create-Methode
Erstellt eine herabgestufte Website.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Create ( _
url As Uri _
) As DemotedSite
'Usage
Dim instance As DemotedSiteCollection
Dim url As Uri
Dim returnValue As DemotedSite
returnValue = instance.Create(url)
public DemotedSite Create(
Uri url
)
Parameter
url
Typ: System.UriEin System.Uri -Objekt, das den URL darstellt.
Rückgabewert
Typ: Microsoft.Office.Server.Search.Administration.DemotedSite
Ein DemotedSite -Objekt.