Initializes a new instance of the FileItem class.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public FileItem(
	string value,
	string text
)
Visual Basic
Public Sub New ( 
	value As String,
	text As String
)

Parameters

value
Type: System..::..String
The value.
text
Type: System..::..String
The text.

See Also