FormatConversionOption enumeration

Specifies the format to use for Web Part conversions.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration FormatConversionOption
'Usage
Dim instance As FormatConversionOption
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).

See also

Reference

Microsoft.SharePoint.Utilities namespace