FormatConversionOption enumeration

Specifies the format to use for Web Part conversions.

Namespace:  WebSvcwebpartpages
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration FormatConversionOption
'Usage
Dim instance As FormatConversionOption
[SerializableAttribute]
public enum FormatConversionOption

Members

Member name Description
ConvertToWebPartExportFormat Convert from the Web Part designer persistence format (ASP.NET mark-up) to the export format (.WebPart or .DWP).
ConvertToWebPartDesignerPersistenceFormat Convert from the export format (.WebPart or .DWP) to Web Part designer persistence format (ASP.NET mark-up).

Remarks

To access the FormatConversionOption service and its methods, set a Web reference to https://Server_Name[sites/][Site_Name/]/_vti_bin/WebPartPages.asmx.

Examples

.

See also

Reference

WebSvcwebpartpages namespace