OnDemandDataMediumIsTempFile Property |
Gets a value indicating if the FilePath points to a temporary file.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool IsTempFile { get; }
Property Value
Type:
Booleantrue if the FilePath points to a temporary file; otherwise,
false.
See Also