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

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

Syntax

C#
public ListEntryInfo GetListEntryInfo(
	int entryId
)
Visual Basic
Public Function GetListEntryInfo ( 
	entryId As Integer
) As ListEntryInfo

Parameters

entryId
Type: System..::..Int32
paramentryIdM:DotNetNuke.Common.Lists.ListController.GetListEntryInfo(System.Int32)

Return Value

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

See Also