RetrieveApplicationRibbonResponse.CompressedApplicationRibbonXml Property
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.
Gets a compressed file that defines the ribbon.
public:
property cli::array <System::Byte> ^ CompressedApplicationRibbonXml { cli::array <System::Byte> ^ get(); };
public byte[] CompressedApplicationRibbonXml { get; }
member this.CompressedApplicationRibbonXml : byte[]
Public ReadOnly Property CompressedApplicationRibbonXml As Byte()
Property Value
Byte[]
A compressed file that defines the ribbon.
Examples
The following example is a helper method that is included in the SDK sample that you can find at SampleCode\CS\Client\Ribbon\ExportRibbonXml.
Remarks
To extract the XML data from the compressed file, you have to use the System.IO.Packaging.ZipPackage class.