IFsrmPropertyCondition interface (fsrmreports.h)

Defines a property condition that the file management job uses to determine if the file is expired.

To create this interface, call the IFsrmFileManagementJob::CreatePropertyCondition method.

The IFsrmFileManagementJob.PropertyConditions property contains a collection of these interfaces.

Inheritance

The IFsrmPropertyCondition interface inherits from the IDispatch interface. IFsrmPropertyCondition also has these types of members:

Methods

The IFsrmPropertyCondition interface has these methods.

 
IFsrmPropertyCondition::Delete

Removes this property condition from the collection of property conditions specified for the file management job.
IFsrmPropertyCondition::get_Name

The name of the classification property whose value you want to compare to the property condition's value. (Get)
IFsrmPropertyCondition::get_Type

The comparison operator used to determine whether the property condition is met. (Get)
IFsrmPropertyCondition::get_Value

The property condition's value. (Get)
IFsrmPropertyCondition::put_Name

The name of the classification property whose value you want to compare to the property condition's value. (Put)
IFsrmPropertyCondition::put_Type

The comparison operator used to determine whether the property condition is met. (Put)
IFsrmPropertyCondition::put_Value

The property condition's value. (Put)

Remarks

The property condition specifies the classification property in the file to test. When the file management job runs, it gets the value of the classification property and uses the comparison operator to compare the value of the specified classification property (see the Value property). If this condition and all the other specified conditions for the job are met, FSRM can expire the file or call the custom action if it is defined.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmreports.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h)