IUploadStorage.SetFileMetadata method
namespace: Serenity.Web assembly: Serenity.Net.Services
Sets file metadata for a file
public void SetFileMetadata(string path, IDictionary<string, string> metadata, bool overwriteAll)
| parameter | description |
|---|---|
| path | File path |
| metadata | Metadata dictionary |
| overwriteAll | True to override any existing metadata for file, false to merge existing metadata by their key. |
See Also
- interface IUploadStorage