←Select platform

SourceFileName Property

Summary

Gets the source file name.

Syntax

C#
VB
C++
public string SourceFileName { get; } 
  
Public ReadOnly Property SourceFileName As String 
public: 
property String^ SourceFileName { 
   String^ get(); 
} 

Property Value

The source file name.

Remarks

This is the same value as the sourceFileName parameter passed to UploadFileAsync if this method is used to initiate the upload operation. If UploadStreamAsync was used instead, then the value of this property will be null (Nothing in VB)

Example

For an example, refer to UploadFileAsync.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.