Gets the root path of the published file.

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

Syntax

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

See Also