IFsrmFileManagementJobManager Interface
Used to manage file management jobs.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | ActionVariableDescriptions | Retrieves the descriptions for the macros contained in the ActionVariables property. |
![]() | ActionVariables | Retrieves a list of macros that you can specify in action property values. |
| Name | Description | |
|---|---|---|
![]() | CreateFileManagementJob() | Creates a file management job. |
![]() | EnumFileManagementJobs(_FsrmEnumOptions) | Enumerates the list of existing file management jobs. |
![]() | GetFileManagementJob(String) | Gets the specified file management job. |
To get this interface, call the CoCreateInstanceEx function. Use CLSID_FsrmFileManagementJobManager as the class identifier and __uuidof(IFsrmFileManagementJobManager) as the interface identifier.

