| IDfsDataConverterRevert Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | Revert(Int32, Array) | 
            Revert the dynamic item data.
             This must be the opposite of what Convert(IDfsItemData) does. In case the convert method does nothing, this should do nothing as well. In case no conversion is required, just return the input data. Otherwise return a new reverted data array. | 
|  | Revert(IDfsStaticItem, Array) | 
            Revert the static item data.
             This must be the opposite of what Convert(IDfsStaticItem) does. In case the convert method does nothing, this should do nothing as well. In case no conversion is required, just leave the method body empty. In case conversion is required, return the original IDfsStaticItem and the reverted array data as the two arguments. | 
 See Also
See Also