summaryM:DotNetNuke.Common.Lists.ListInfoCollection.Item(System.String,System.Boolean)

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

Syntax

C#
public Object Item(
	string key,
	bool Cache
)
Visual Basic
Public Function Item ( 
	key As String,
	Cache As Boolean
) As Object

Parameters

key
Type: System..::..String
paramkeyM:DotNetNuke.Common.Lists.ListInfoCollection.Item(System.String,System.Boolean)
Cache
Type: System..::..Boolean
paramCacheM:DotNetNuke.Common.Lists.ListInfoCollection.Item(System.String,System.Boolean)

Return Value

returnsM:DotNetNuke.Common.Lists.ListInfoCollection.Item(System.String,System.Boolean)

See Also