IPeekResultPresentation.CanSave(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Can this presentation be saved?
public:
bool CanSave([Runtime::InteropServices::Out] System::String ^ % defaultPath);
public bool CanSave (out string defaultPath);
abstract member CanSave : string -> bool
Public Function CanSave (ByRef defaultPath As String) As Boolean
Parameters
- defaultPath
- String
Location the presentation will be saved to by default (will be null if returning false).
Returns
Returns Boolean.