PagePorter Class Library

FpIncludeConverter.CreateUserControl Method 

Creates a web user control from the specified FrontPage HTML page.

[Visual Basic]
Protected Function CreateUserControl( _
   ByRef value As String _
) As String
[C#]
protected string CreateUserControl(
   ref string value
);

Parameters

value
Contains the source filename on input, and the destination filename on output.

Return Value

Returns null (Nothing in Visual Basic) if successful; otherwise a custom error message in the form of <code>:<message> where code is the numeric error code, and message is the error message.

See Also

FpIncludeConverter Class | Parastream.Web.UI.Design Namespace