Table of Contents

ImageUltimateWebConfiguration.SourcePath Property

Definition

Namespace
GleamTech.ImageUltimate.AspNet
Assembly
GleamTech.ImageUltimate.dll

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 (e.g. Picture.jpg) or a non-rooted path (e.g. 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.

public string SourcePath { get; set; }

Property Value

string