Actions YAML Reference
Properties | List of all members
FileTarget Class Reference

Specifies the file system and path of the target file.
More...

Inherits FileFolderTargetBase.

Properties

FileSystem FileSystem [get, set]
 Specifies the file system that was configured in the cloud storage manager, as follows: More...
 
virtual string Path [get, set]
 Specifies the path of the target file or folder. More...
 
bool IsLocalFileSystemCompatible [get]
 Return false, if the file system is not "or uncertainly" compatible with LocalFileSystem Please see FileSystem.IsLocalFileSystemCompatible() More...
 

Detailed Description

Specifies the file system and path of the target file.


Examples:

Property Documentation

◆ FileSystem

FileSystem FileSystem
getsetinherited

Specifies the file system that was configured in the cloud storage manager, as follows:

  • FileSystem.FTP
  • FileSystem.SFTP
  • FileSystem.WebDav
  • FileSystem.Dropbox
  • FileSystem.AmazonS3
  • FileSystem.OneDrive

Example:

FileSystem.WebDav:
AccountName: My WebDav Settings

◆ Path

virtual string Path
getsetinherited

Specifies the path of the target file or folder.

◆ IsLocalFileSystemCompatible

bool IsLocalFileSystemCompatible
getinherited

Return false, if the file system is not "or uncertainly" compatible with LocalFileSystem Please see FileSystem.IsLocalFileSystemCompatible()


The documentation for this class was generated from the following file: