Click or drag to resize

folderNodeRegisterFile Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Registers the file, with description provided. Later, this description is used for generateReadmeFiles(aceAuthorNotation, String, Int32) />

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void RegisterFile(
	string filename,
	string fileDescription,
	bool updateExisting = false
)
Request Example View Source

Parameters

filename
Type: SystemString
The filename.
fileDescription
Type: SystemString
The file description.
updateExisting (Optional)
Type: SystemBoolean
if set to true it will force update if any existing file description was found.
See Also