API Reference
Class
FileWorkspaceDownloadPlan
Download/export plan for a file or directory.
Inheritance
- Object
- FileWorkspaceDownloadPlan
Constructors
public FileWorkspaceDownloadPlan(String FullPath, String DownloadFileName, String ContentType, Boolean IsDirectory, String ArchiveRootName) #Download/export plan for a file or directory.
Parameters
- FullPath System.String
- Full path that will be streamed or archived.
- DownloadFileName System.String
- File name suggested to the caller.
- ContentType System.String
- Content type for the resulting payload.
- IsDirectory System.Boolean
- True when the plan targets a directory archive.
- ArchiveRootName System.String
- Root folder name to use inside the archive when applicable.
Methods
public FileWorkspaceDownloadPlan <Clone>$() #Returns:
FileWorkspaceDownloadPlanpublic Void Deconstruct(out String FullPath, out String DownloadFileName, out String ContentType, out Boolean IsDirectory, out String ArchiveRootName) #Returns:
VoidParameters
- FullPath String
- DownloadFileName String
- ContentType String
- IsDirectory Boolean
- ArchiveRootName String
public virtual Boolean Equals(FileWorkspaceDownloadPlan other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String FullPath { get; set; } #Full path that will be streamed or archived.
public String DownloadFileName { get; set; } #File name suggested to the caller.
public String ContentType { get; set; } #Content type for the resulting payload.
public Boolean IsDirectory { get; set; } #True when the plan targets a directory archive.
public String ArchiveRootName { get; set; } #Root folder name to use inside the archive when applicable.