AreaManager.GetDuplicateListing Method
NOTE: This API is now obsolete.
Gets a duplicate listing.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Shared Function GetDuplicateListing ( _
ctx As PortalContext, _
Url As String, _
KeywordMode As Boolean _
) As DataSet
'Usage
Dim ctx As PortalContext
Dim Url As String
Dim KeywordMode As Boolean
Dim returnValue As DataSet
returnValue = AreaManager.GetDuplicateListing(ctx, _
Url, KeywordMode)
[ObsoleteAttribute("This class is obsolete.")]
public static DataSet GetDuplicateListing(
PortalContext ctx,
string Url,
bool KeywordMode
)
Parameters
- ctx
Type: Microsoft.SharePoint.Portal.PortalContext
The portal context of the area listing.
- Url
Type: System.String
The URL of the area listing.
- KeywordMode
Type: System.Boolean
The type of keyword.
Return Value
Type: System.Data.DataSet
System.Data.DataSet object that represents the duplicate listing.
Remarks
The caller must have PortalRight.ViewArea and PortalRight.ViewPages permissions to perform this operation.