WSSXmlUrlResolver Constructor (WebPart, Hashtable)
Initializes a new instance of the WSSXmlUrlResolver class.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
webPart As WebPart, _
hashTable As Hashtable _
)
'Usage
Dim webPart As WebPart
Dim hashTable As Hashtable
Dim instance As New WSSXmlUrlResolver(webPart, _
hashTable)
public WSSXmlUrlResolver(
WebPart webPart,
Hashtable hashTable
)
Parameters
- webPart
Type: Microsoft.SharePoint.WebPartPages.WebPart
- hashTable
Type: System.Collections.Hashtable