Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the possible types of file system property ids.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmFileSystemPropertyId
public enum class _FsrmFileSystemPropertyId
type _FsrmFileSystemPropertyId
Public Enumeration _FsrmFileSystemPropertyId
Members
| Member name | Description | |
|---|---|---|
| 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. |
See Also
PropertyId
Microsoft.Storage Namespace
Return to top