ImageUltimateWebConfigurationSourcePath Property
Gets or sets the default source path for finding images.
The default value is "~/App_Data/ImageSource".
Value can be a virtual or physical path, however always returns a physical path, ie. if the original
value was a virtual path, returns the resolved physical path.
Whenever a plain file name (eg. Picture.jpg) or a non-rooted path (eg. SomeFolder/Picture.jpg)
is passed to a image loading/processing method, it will be considered relative to this source path.
If the path passed to the method is rooted (eg ~/Picture.jpg, /SomeFolder/Picture.jpg or
C:\SomeFolder\Picture.jpg), this source path will be ignored for that method call.
Namespace: GleamTech.ImageUltimate.AspNetAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public string SourcePath { get; set; }
Public Property SourcePath As String
Get
Set
Property Value
String