IFsrmFileManagementJobManager interface
Used to manage file management jobs.
To get this interface, call the
CoCreateInstanceEx function. Use
CLSID_FsrmFileManagementJobManager as the class identifier and
__uuidof(IFsrmFileManagementJobManager) as the interface
identifier.
Members
The IFsrmFileManagementJobManager interface inherits from the IDispatch interface. IFsrmFileManagementJobManager also has these types of members:
Methods
The IFsrmFileManagementJobManager interface has these methods.
| Method | Description |
|---|---|
| CreateFileManagementJob |
Creates a file management job. |
| EnumFileManagementJobs |
Enumerates the list of existing file management jobs. |
| GetFileManagementJob |
Gets the specified file management job. |
Properties
The IFsrmFileManagementJobManager interface has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only |
Retrieves the descriptions for the macros contained in the ActionVariables property. | |
| Read-only |
Retrieves a list of macros that you can specify in action property values. |
Remarks
To create this object from a script, use the "Fsrm.FsrmFileManagementJobManager" program identifier.
A file management job consumes the classification properties associated with a file. The job performs actions based whether the property values set by classification meet the specified file management property conditions. The primary action is to expire the file (move the file to an expired files folder) and send notification that the file was expired; however, you can also perform custom actions.
Requirements
|
Minimum supported client | None supported |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 |
|
Header |
|
|
DLL |
|
|
CLSID |
CLSID_FsrmFileManagementJobManager is defined as eb18f9b2-4c3a-4321-b203-205120cff614 |
|
IID |
IID_IFsrmFileManagementJobManager is defined as ee321ecb-d95e-48e9-907c-c7685a013235 |
See also
Send comments about this topic to Microsoft
Build date: 12/6/2012
