Class UploadEntriesOptions
Options for uploading directory entries.
public sealed class UploadEntriesOptions
- Inheritance
-
UploadEntriesOptions
- Inherited Members
Properties
FollowDirectoryLinks
Gets or sets whether to follow directory symbolic links.
public bool FollowDirectoryLinks { get; set; }
Property Value
FollowFileLinks
Gets or sets whether to follow file symbolic links.
public bool FollowFileLinks { get; set; }
Property Value
IncludeSubdirectories
Gets or sets whether to include subdirectories.
public bool IncludeSubdirectories { get; set; }
Property Value
Overwrite
Gets or sets whether to overwrite existing files.
public bool Overwrite { get; set; }
Property Value
ShouldInclude
Gets or sets LocalFileEntryPredicate to determine if an entry should be included.
public LocalFileEntryPredicate? ShouldInclude { get; set; }
Property Value
Remarks
Parent directories will be created for included entries when they don't exist yet with DefaultCreateDirectoryPermissions.
ShouldRecurse
Gets or sets LocalFileEntryPredicate to determine if a directory should be recursed.
public LocalFileEntryPredicate? ShouldRecurse { get; set; }
Property Value
TargetDirectoryCreation
Gets or sets how to handle target directory creation.
public TargetDirectoryCreation TargetDirectoryCreation { get; set; }