FsrmFileManagementType enumeration (fsrmenums.h)
Defines the file management job types.
Syntax
typedef enum _FsrmFileManagementType {
FsrmFileManagementType_Unknown = 0,
FsrmFileManagementType_Expiration = 1,
FsrmFileManagementType_Custom = 2,
FsrmFileManagementType_Rms = 3
} FsrmFileManagementType;
Constants
FsrmFileManagementType_Unknown Value: 0 The file management type is unknown; do not use this value. |
FsrmFileManagementType_Expiration Value: 1 The file management job expires files meeting the specified criteria. |
FsrmFileManagementType_Custom Value: 2 This file management job runs a custom action on files meeting the specified criteria. |
FsrmFileManagementType_Rms Value: 3 The file management jobs runs an RMS action on files meeting the specified criteria. Windows Server 2008 R2: This enumeration value is not supported before Windows Server 2012. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 |
Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h, Fsrmenums.h) |