CRMRibbon.unzipRibbon(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A helper method that decompresses the the Ribbon data returned
public:
cli::array <System::Byte> ^ unzipRibbon(cli::array <System::Byte> ^ data);
public byte[] unzipRibbon (byte[] data);
member this.unzipRibbon : byte[] -> byte[]
Public Function unzipRibbon (data As Byte()) As Byte()
Parameters
- data
- Byte[]
The compressed ribbon data
Returns
Byte[]