[This is preliminary documentation and is subject to change.]

Indicates that image file pointer by path stored in ImageKey is temporary and should be deleted by Total Commander when it is no longer necessary.

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public bool Temporary { get; set; }
Visual Basic
Public Property Temporary As Boolean
	Get
	Set
Visual C++
public:
property bool Temporary {
	bool get ();
	void set (bool value);
}
F#
member Temporary : bool with get, set
JScript
function get Temporary () : boolean
function set Temporary (value : boolean)

Field Value

True to make Total Commander delete the image when no longer necessary; false to make sure that image file will not be deleted by Total Commander.

Return Value

True when image will be deleted by Total Commander; false if not

Remarks

Ignored when Image is not null

See Also