FsrmFileManagementJobManagerClass Class

 

Used to manage file management jobs.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

System.Object
  Microsoft.Storage.FsrmFileManagementJobManagerClass

<ClassInterfaceAttribute(0)>
<GuidAttribute("EB18F9B2-4C3A-4321-B203-205120CFF614")>
Public Class FsrmFileManagementJobManagerClass
	Implements IFsrmFileManagementJobManager, FsrmFileManagementJobManager

NameDescription
System_CAPS_pubmethodFsrmFileManagementJobManagerClass()

Creates a new instance of the FsrmFileManagementJobManagerClass class.

NameDescription
System_CAPS_pubpropertyActionVariableDescriptions

Retrieves the descriptions for the macros contained in the IFsrmFileManagementJobManager.ActionVariables property.

System_CAPS_pubpropertyActionVariables

Retrieves a list of macros that you can specify in action property values.

NameDescription
System_CAPS_pubmethodCreateFileManagementJob()

Creates a file management job.

System_CAPS_pubmethodEnumFileManagementJobs(_FsrmEnumOptions)

Enumerates the list of existing file management jobs.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetFileManagementJob(String)

Gets the specified file management job.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: