Share via


IPeekResultPresentation.CanSave(String) Method

Definition

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.

Applies to