Click or drag to resize

IMsItem 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: 13.3.13068
Syntax
public interface IMsItem

The IMsItem type exposes the following members.

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