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