S365FilePickerFormShowSaveDialog(IEnumerableIFilePickerAllowedType, Boolean, Boolean) Method

Definition

Namespace: DWSIM.Simulate365.FormFactories
Assembly: DWSIM.Simulate365 (in DWSIM.Simulate365.dll) Version: 1.0.0.0 (1.0.0.0)
public IVirtualFile ShowSaveDialog(
	IEnumerable<IFilePickerAllowedType> allowedTypes,
	bool isSaveAs = false,
	bool isLeavingCollaborationFile = false
)

Parameters

allowedTypes  IEnumerableIFilePickerAllowedType
 
isSaveAs  Boolean  (Optional)
 
isLeavingCollaborationFile  Boolean  (Optional)
 

Return Value

IVirtualFile

Implements

IFilePickerShowSaveDialog(IEnumerableIFilePickerAllowedType, Boolean, Boolean)

See Also