Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.SharePoint.ClientExtensions.Publishing
Assembly: Microsoft.Office.SharePoint.ClientExtensions (in Microsoft.Office.SharePoint.ClientExtensions.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub UpsizeVirtualList ( _
xsnLocation As String, _
entityNamespace As String, _
entityName As String _
)
'Usage
Dim instance As PublishService
Dim xsnLocation As String
Dim entityNamespace As String
Dim entityName As String
instance.UpsizeVirtualList(xsnLocation, _
entityNamespace, entityName)
[WebMethodAttribute]
public void UpsizeVirtualList(
string xsnLocation,
string entityNamespace,
string entityName
)
Parameters
- xsnLocation
Type: System.String
- entityNamespace
Type: System.String
- entityName
Type: System.String
See Also
Reference
Microsoft.Office.SharePoint.ClientExtensions.Publishing Namespace