Click or drag to resize
ApocDriverBaseDirectory Property
Gets or sets the base directory used to locate external resourcs such as images.

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public DirectoryInfo BaseDirectory { get; set; }

Property Value

Type: DirectoryInfo
Defaults to the current working directory.

Implements

IDriverBaseDirectory
See Also