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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public string FilePath { get; }
Property Value
Type:
String
The file path or null.
See Also