DestinationPath Property

Summary
Gets the destination path on the SharePoint server.
Syntax
C#
VB
C++
public string DestinationPath { get; } 
  
Public ReadOnly Property DestinationPath As String 
public: 
property String^ DestinationPath { 
   String^ get(); 
} 

Property Value

The destination path on the SharePoint server.

Remarks

This is the same value as the destinationPath parameter passed to UploadFileAsync or UploadStreamAsync.

Example

For an example, refer to UploadFileAsync or UploadStreamAsync.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.