Interface IGetFileOptions
Inherited Members
Namespace: Catalyst.Abstractions.Cli.Options
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IGetFileOptions : IOptionsBase
Properties
| Improve this Doc View SourceFileHash
Gets or sets the file hash.
Declaration
string FileHash { get; set; }
Property Value
Type | Description |
---|---|
System.String | The file hash. |
FileOutput
Gets or sets the file output.
Declaration
string FileOutput { get; set; }
Property Value
Type | Description |
---|---|
System.String | The file output. |