PagePorter Class Library

FpWebControl.ProjectRootFolder Property

Gets or sets the physical path of the current project, even in design mode.

[Visual Basic]
Public Property ProjectRootFolder As String
[C#]
public string ProjectRootFolder {get; set;}

Remarks

At run-time, this property simply returns the value of the AppDomain.CurrentDomain.BaseDirectory property. At design-time, this property is set by the PagePorter framework to be the path to the current project in the IDE. If you are using this object outside the PagePorter framework in design-mode, you will have to set this property manually, or some of the features of the control may not display correctly.

See Also

FpWebControl Class | Parastream.Web.UI.WebControls Namespace