IPeekResultPresentation.TrySave(Boolean) Method

Definition

Save the current version of this presentation.

public:
 bool TrySave(bool saveAs);
public:
 bool TrySave(bool saveAs);
bool TrySave(bool saveAs);
public bool TrySave (bool saveAs);
abstract member TrySave : bool -> bool
Public Function TrySave (saveAs As Boolean) As Boolean

Parameters

saveAs
Boolean

If true, ask the user for a save location.

Returns

true if the save succeeded.

Applies to