Try our conversational search powered by Generative AI!

Class VirtualPathElement

Handles the configuration inder XPath node //EPiServer/virtualPath

Inheritance
System.Object
VirtualPathElement
Namespace: EPiServer.Configuration
Assembly: EPiServer.Configuration.dll
Version: 11.20.7
Syntax
[Obsolete("Virtual path settings has been moved to EPiServer.Framework.Configuration.EPiServerFrameworkSection", true)]
public class VirtualPathElement : ConfigurationElement

Constructors

VirtualPathElement()

Declaration
public VirtualPathElement()

Properties

CustomFileSummary

Declaration
[Obsolete("Moved to provider settings", true)]
public string CustomFileSummary { get; }
Property Value
Type Description
System.String

IllegalCharactersDisplayString

Gets the characters that are illegal in a file or directory name. The value are used to inform users which characters that are not allowed in file or directory names. The value should be a readable string, e.g. '%', '+'

Declaration
[Obsolete("Moved to provider settings", true)]
public string IllegalCharactersDisplayString { get; }
Property Value
Type Description
System.String

The illegal characters reg ex.

IllegalCharactersRegEx

Gets the characters that are illegal in a file or directory name. The value should be a regular expression, e.g. "%|+"

Declaration
[Obsolete("Moved to provider settings", true)]
public string IllegalCharactersRegEx { get; }
Property Value
Type Description
System.String

The illegal characters reg ex.

Providers

Declaration
public ProviderSettingsCollection Providers { get; }
Property Value
Type Description
System.Configuration.ProviderSettingsCollection

Extension Methods