Home System (local) directory of the portal (logical path)

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlElementAttribute("homesystemdirectory")]
public string HomeSystemDirectory { get; }
Visual Basic
<XmlElementAttribute("homesystemdirectory")> 
Public ReadOnly Property HomeSystemDirectory As String
	Get

Field Value

Portal home system directory

Return Value

Portal home system directory in local filesystem

Remarks