FillFolderAndFilesItem

Namespace: CuteEditor.Dialogs
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
protected void FillFolderAndFilesItem(
	ref int index,
	bool isdir,
	string path,
	string text,
	string url,
	string htmlcode,
	long size
)
Visual Basic
Protected Sub FillFolderAndFilesItem ( _
	ByRef index As Integer, _
	isdir As Boolean, _
	path As String, _
	text As String, _
	url As String, _
	htmlcode As String, _
	size As Long _
)
Visual C++
protected:
void FillFolderAndFilesItem(
	int% index, 
	bool isdir, 
	String^ path, 
	String^ text, 
	String^ url, 
	String^ htmlcode, 
	long long size
)

Parameters

index
Type: System..::..Int32%
isdir
Type: System..::..Boolean
path
Type: System..::..String
text
Type: System..::..String
url
Type: System..::..String
htmlcode
Type: System..::..String
size
Type: System..::..Int64

See Also