AreaManager.GetDuplicateListing, méthode (Microsoft.SharePoint.Portal.SiteData)
Gets a duplicate listing.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Shared Function GetDuplicateListing ( _
ctx As PortalContext, _
Url As String, _
KeywordMode As Boolean _
) As DataSet
'Utilisation
Dim ctx As PortalContext
Dim Url As String
Dim KeywordMode As Boolean
Dim returnValue As DataSet
returnValue = AreaManager.GetDuplicateListing(ctx, Url, KeywordMode)
public static DataSet GetDuplicateListing (
PortalContext ctx,
string Url,
bool KeywordMode
)
Paramètres
- ctx
The portal context of the area listing.
- Url
The URL of the area listing.
- KeywordMode
The type of keyword.
Valeur de retour
System.Data.DataSet object that represents the duplicate listing.
Remarques
The caller must have PortalRight.ViewArea and PortalRight.ViewPages permissions to perform this operation.
Voir aussi
Référence
AreaManager, classe
Membres AreaManager
Microsoft.SharePoint.Portal.SiteData, espace de noms