Click or drag to resize

SystemConfigurationFilesDirectory Property

Note: This API is now obsolete.

Gets or sets the full path for the folder containing the configuration files.

Namespace:  Dynamicweb.Configuration
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
[ObsoleteAttribute("Use Dynamicweb.Core.SystemInformation.MapPath("/Bin") instead.)")]
public static DirectoryInfo FilesDirectory { get; set; }

Property Value

Type: DirectoryInfo
See Also