Click or drag to resize
LocalizationHelperDefaultPathPrefix Property

Default path prefix to be used when resolving path to CMSResources folder. Gets WebApplicationPhysicalPath unless explicitly set. Existing resource file managers must be cleared upon set by calling Clear for the change to take effect on them.

This API supports the framework infrastructure and is not intended to be used directly from your code.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 11.0.0
Syntax
C#
public static string DefaultPathPrefix { get; set; }

Property Value

Type: String
See Also