This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.S3.
Summary
Gets the hash of a file
- Assembly
- Cake
.AWS .S3 .dll - Namespace
- Cake
.AWS .S3 - Containing Type
- S3Manager
Syntax
public string GetHash(IFile file)
Parameters
| Name | Type | Description |
|---|---|---|
| file | IFile | The file to calculate the hash of |
Return Value
| Type | Description |
|---|---|
| string | The hash of a file. |
