_FsrmFileSystemPropertyId Enumeration

 

Defines the possible types of file system property ids.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Public Enumeration _FsrmFileSystemPropertyId

Member nameDescription
FsrmFileSystemPropertyId_DateCreated

The file system property id is the file's creation time.

FsrmFileSystemPropertyId_DateLastAccessed

The file system property id is the file's last accessed time.

FsrmFileSystemPropertyId_DateLastModified

The file system property id is the file's last modified time.

FsrmFileSystemPropertyId_DateNow

The file system property id is the current time.

FsrmFileSystemPropertyId_FileName

The file system property id is the filename, including the extension.

FsrmFileSystemPropertyId_Undefined

The file system property id is not used. This is the default.

Return to top

Community Additions

ADD
Show: