Decodes the base64 encoded members of the Item if necessary.
            The Name property of an Item can be base64 encoded.
            This method also decodes any encoded properties of the Attributes
            associated with the Input Item.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static void DecodeItem( Item inputItem )
 Parameters
 Parameters- inputItem (Item)
- The Item to be decoded
 See Also
 See Also