PortalSiteCollection.Remove, méthode (Microsoft.SharePoint.Portal.Topology)
Note The SharePoint Portal Server 2003 portal creation object model is deprecated in Microsoft Office SharePoint Server 2007. In Office SharePoint Server 2007, portals use the same provisioning process as Windows SharePoint Services sites. Therefore, any scripted Portal Site creation must be updated to use the Windows SharePoint Services 3.0 site creation APIs. If you want a new vServer, you can use the Windows SharePoint Services CreateWebApplication API before you create the site.
Espace de noms : Microsoft.SharePoint.Portal.Topology
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
siteId As Guid _
)
'Utilisation
Dim instance As PortalSiteCollection
Dim siteId As Guid
instance.Remove(siteId)
public void Remove (
Guid siteId
)
Paramètres
- siteId
Voir aussi
Référence
PortalSiteCollection, classe
Membres PortalSiteCollection
Microsoft.SharePoint.Portal.Topology, espace de noms