←Select platform

FileName Property

Summary

Gets the file name to be used when saving FileData to the local drive.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="FileName", IsRequired=true)] 
public string FileName { get; set; } 
  
<DataMemberAttribute(Name="FileName", IsRequired=True)> 
Public Property FileName As String 
[DataMemberAttribute(Name="FileName", IsRequired=true)] 
public: 
property String^ FileName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String object that represents a string that need to be concatenated to the end of each file name.

Example

For an example, refer to DocumentFileInfo.

Requirements

Target Platforms

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