FsrmFileManagementJobManagerClass Class
Used to manage file management jobs.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | FsrmFileManagementJobManagerClass() | Creates a new instance of the FsrmFileManagementJobManagerClass class. |
| Name | Description | |
|---|---|---|
![]() | ActionVariableDescriptions | Retrieves the descriptions for the macros contained in the IFsrmFileManagementJobManager.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. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetFileManagementJob(String) | Gets the specified file management job. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


