RetrieveEntityRibbonResponse.CompressedEntityXml Property

Definition

Gets a compressed file that contains the ribbon definitions.

public:
 property cli::array <System::Byte> ^ CompressedEntityXml { cli::array <System::Byte> ^ get(); };
public byte[] CompressedEntityXml { get; }
member this.CompressedEntityXml : byte[]
Public ReadOnly Property CompressedEntityXml As Byte()

Property Value

Byte[]

A compressed file that contains the ribbon definitions..

Examples

The following example is a helper method that is included in the SDK sample that is found 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