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.2.0

Syntax

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

Field Value

Usually something like wwwroot\ or webroot\

See Also