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.

C# |
public static void DecodeItem( Item inputItem )

- inputItem (Item)
- The Item to be decoded
