IFsrmPropertyCondition Interface
Defines a property condition that the file management job uses to determine if the file is expired.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | Delete() | Removes this property condition from the collection of property conditions specified for the file management job. |
To create this interface, call the CreatePropertyCondition method.
The PropertyConditions property contains a collection of these interfaces.
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 Name property) to the condition's value (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.

