Interface IEntityTagEntry
Is implemented when a IDocument or ICollection allows native EntityTag support.
Namespace:FubarDev.WebDavServer.FileSystem
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IEntityTagEntry
Properties
| Improve this Doc View SourceETag
Gets the EntityTag for a IDocument or ICollection
Declaration
EntityTag ETag { get; }
Property Value
Type | Description |
---|---|
EntityTag |
Methods
| Improve this Doc View SourceUpdateETagAsync(CancellationToken)
Enforces the update of an EntityTag
Declaration
Task<EntityTag> UpdateETagAsync(CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancellationToken | The cancellation token |
Returns
Type | Description |
---|---|
Task<EntityTag> | The new EntityTag |
Remarks
This is usually called when the IEntry properties were changed.