Click or drag to resize

cssCollectionSave Method (folderNode, String, String)

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

Namespace:  imbSCI.Core.style.css
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
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