OnDemandDataMediumFilePath Property |
Gets the file path.
This will only be set in the case of a medium set by an external component.
It will usually correspond to a temp file that corresponds to a MediumType unsupported in its original format.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public string FilePath { get; }
Property Value
Type:
String
The file path or null.
See Also