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.

Definition

Namespace: GleamTech.ImageUltimate.AspNet
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.7
C#
public string SourcePath { get; set; }

Property Value

String

See Also