RetrieveEntityRibbonResponse.CompressedEntityXml 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 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.