[This is preliminary documentation and is subject to change.]
Gets or sets image key - it can be either path to image file Total Commander should extract miniature from or unique key of image or null
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public string ImageKey { get; set; } |
| Visual Basic |
|---|
Public Property ImageKey As String
Get
Set |
| F# |
|---|
member ImageKey : string with get, set
|
| JScript |
|---|
function get ImageKey () : String
function set ImageKey (value : String) |
Field Value
When
Image is null this property represents path to image file containing miniature image.
When Image is not null this property represents unique image key. Total Commander then caches the image under that key.
Return Value
Image key
Remarks
Exceptions
See Also