FormatConversionOption Enumeration
Specifies the format to use for Web Part conversions.
Namespace: [Webpartpages Web service]
Web service reference: http://Site/_vti_bin/Webpartpages.asmx
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
.