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.