Show / Hide Table of Contents

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 Source

ETag

Gets the EntityTag for a IDocument or ICollection

Declaration
EntityTag ETag { get; }
Property Value
Type Description
EntityTag

Methods

| Improve this Doc View Source

UpdateETagAsync(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.

  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX