MainWeb.PictureCachePath

MainWeb.PictureCachePath property

Gets or sets the image storage path for the workbook,all the shapes,images will be stored in this directory, the default path is acwcache under current application Base Directory users need to implement a schedule service to clean the files those are out of session time.

public static string PictureCachePath { get; set; }

See Also