Click or drag to resize

diaSheetSave Method (folderNode, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the specified folder.

Namespace:  imbSCI.Graph.DiagramLibraries.DiaShape
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public string Save(
	folderNode folder,
	string filename,
	string description = ""
)
Request Example View Source

Parameters

folder
Type: imbSCI.Core.files.foldersfolderNode
The folder.
filename
Type: SystemString
The filename.
description (Optional)
Type: SystemString
The description.

Return Value

Type: String
See Also