Click or drag to resize

IMsItemAsync Interface

IT Hit WebDAV Classes Reference
Implement this interface if your repository will be viewed by Windows Explorer, so it is possible to view/modify attributes of files/folders.

Namespace:  ITHit.WebDAV.Server.MicrosoftExtensions
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
public interface IMsItemAsync

public interface IMsItemAsync

The IMsItemAsync type exposes the following members.

Methods
  NameDescription
Public methodCode exampleGetFileAttributesAsync
Retrieves file attributes.
Public methodCode exampleSetFileAttributesAsync
Updates file attributes.
Top
See Also