WebPartZoneBase.ExportVerb Property

Gets a reference to a WebPartVerb object that enables end users to export an XML definition file for each WebPart control in a zone.

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)

public:
virtual property WebPartVerb^ ExportVerb {
	WebPartVerb^ get ();
}
/** @property */
public WebPartVerb get_ExportVerb ()

public function get ExportVerb () : WebPartVerb

Not applicable.

Property Value

A WebPartVerb that enables end users to export a definition file for WebPart controls.

The export verb referenced by the ExportVerb property appears in the verbs drop-down menu within the title bar of each WebPart control in a zone. The verb appears in the verbs menu in all page display modes.

To enable users to export a definition file for a WebPart control, you must also set the ExportMode property on a control to something other than its default value, which is None.

The following code example demonstrates the use of the ExportVerb property on a WebPartZone control. For the code example to work, you need all the code from the Example section of the HelpVerb property.

The following part of the code example is from the partial class, and contains the code that toggles whether the export verb is enabled or disabled.

No code example is currently available or this language may not be supported.

The other part of the code example is the Web page that hosts the custom control and contains the user interface (UI). Notice that the declarative <ExportVerb> element in the zone sets the specific text that represents the export verb in the verbs drop-down menu for the WebPart control.

No code example is currently available or this language may not be supported.

Finally, notice that in the following code example, the declarative ExportMode property value on the <asp:TextDisplayWebPart> element is set to the value All, meaning that all exportable property values on the control will be exported.

No code example is currently available or this language may not be supported.

After you load the page in a browser, switch the page into catalog display mode, and add the TextDisplayWebPart control to the page. You can use the check boxes to enable and disable the export verb on the TextDisplayWebPart control. If you click the export verb, you are prompted for a local path to save a definition file for the control.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: