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.
Syntax
typedef enum _FsrmFileSystemPropertyId {
FsrmFileSystemPropertyId_Undefined = 0,
FsrmFileSystemPropertyId_FileName = 1,
FsrmFileSystemPropertyId_DateCreated = 2,
FsrmFileSystemPropertyId_DateLastAccessed = 3,
FsrmFileSystemPropertyId_DateLastModified = 4,
FsrmFileSystemPropertyId_DateNow = 5
} FsrmFileSystemPropertyId;
Constants
FsrmFileSystemPropertyId_Undefined Value: 0 The file system property id is not used. This is the default. |
FsrmFileSystemPropertyId_FileName Value: 1 The file system property id is the filename, including the extension. |
FsrmFileSystemPropertyId_DateCreated Value: 2 The file system property id is the file's creation time. |
FsrmFileSystemPropertyId_DateLastAccessed Value: 3 The file system property id is the file's last accessed time. |
FsrmFileSystemPropertyId_DateLastModified Value: 4 The file system property id is the file's last modified time. |
FsrmFileSystemPropertyId_DateNow Value: 5 The file system property id is the current time. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |