Gets the absolute path to the directory just above the root of the website

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string FileRootPath { get; }
Visual Basic
Public ReadOnly Property FileRootPath As String
	Get
Visual C++
public:
property String^ FileRootPath {
	String^ get ();
}

See Also