RetrieveApplicationRibbonResponse.CompressedApplicationRibbonXml Property

Definition

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.

Applies to