Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.SharePoint.Client Namespace > SharePointClientUploadCompletedEventArgs Class : DestinationPath Property |
public string DestinationPath {get;}
'Declaration Public ReadOnly Property DestinationPath As String
'Usage Dim instance As SharePointClientUploadCompletedEventArgs Dim value As String value = instance.DestinationPath
This is the same value as the destinationPath parameter passed to UploadFileAsync or UploadStreamAsync.
For an example, refer to UploadFileAsync or UploadStreamAsync.