PagePorter Class Library

PostConversionAction Enumeration

Determines the action to take on the FrontPage source file after a conversion to ASP.NET operation.

[Visual Basic]
Public Enum PostConversionAction
[C#]
public enum PostConversionAction

Members

Member Name Description
Remove Remove the FrontPage file from the project, and mark as "do not publish" for FrontPage.
Replace Use the Redirect.htm template to create a new html page that replaces the source file. Substitute "$NEWURL$" with the new page url.
Delete Physically delete the source file.
Nothing Leave the source file untouched. Useful when re-converting shared borders.

Requirements

Namespace: Parastream.PagePorter

Assembly: FpCtrlsUIBase (in FpCtrlsUIBase.dll)

See Also

Parastream.PagePorter Namespace