Click or drag to resize

IMsItemGetFileAttributes Method

IT Hit WebDAV Classes Reference
Retrieves file attributes.

Namespace: ITHit.WebDAV.Server.MicrosoftExtensions
Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax
FileAttributes GetFileAttributes()

Return Value

Type: FileAttributes
File attributes.
Examples

The code below is part of 'WebDAVServer.NtfsStorage' sample provided with the SDK.

public FileAttributes GetFileAttributes()
{
    return fileSystemInfo.Attributes;
}
See Also