←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.