summaryM:DotNetNuke.Common.Lists.ListController.GetListEntryInfo(System.String,System.Int32)

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

Syntax

C#
public ListEntryInfo GetListEntryInfo(
	string listName,
	int entryId
)
Visual Basic
Public Function GetListEntryInfo ( 
	listName As String,
	entryId As Integer
) As ListEntryInfo

Parameters

listName
Type: System..::..String
paramlistNameM:DotNetNuke.Common.Lists.ListController.GetListEntryInfo(System.String,System.Int32)
entryId
Type: System..::..Int32
paramentryIdM:DotNetNuke.Common.Lists.ListController.GetListEntryInfo(System.String,System.Int32)

Return Value

returnsM:DotNetNuke.Common.Lists.ListController.GetListEntryInfo(System.String,System.Int32)

See Also