Gets a value indicating file system path relative to the FileRootPath

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

Syntax

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

Field Value

Usually something like wwwroot\ or webroot\

See Also