LimitedWebPartManager.ExportWebPart method
Namespace: Microsoft.SharePoint.Client.WebParts
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function ExportWebPart ( _
webPartId As Guid _
) As ClientResult(Of String)
'Usage
Dim instance As LimitedWebPartManager
Dim webPartId As Guid
Dim returnValue As ClientResult(Of String)
returnValue = instance.ExportWebPart(webPartId)
public ClientResult<string> ExportWebPart(
Guid webPartId
)
Parameters
- webPartId
Type: System.Guid
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>