summaryM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)

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

Syntax

C#
public virtual int AddListEntry(
	string ListName,
	string Value,
	string Text,
	int ParentID,
	int Level,
	bool EnableSortOrder,
	int DefinitionID,
	string Description,
	int PortalID,
	bool SystemList,
	int CreatedByUserID
)
Visual Basic
Public Overridable Function AddListEntry ( 
	ListName As String,
	Value As String,
	Text As String,
	ParentID As Integer,
	Level As Integer,
	EnableSortOrder As Boolean,
	DefinitionID As Integer,
	Description As String,
	PortalID As Integer,
	SystemList As Boolean,
	CreatedByUserID As Integer
) As Integer

Parameters

ListName
Type: System..::..String
paramListNameM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)
Value
Type: System..::..String
paramValueM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)
Text
Type: System..::..String
paramTextM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)
ParentID
Type: System..::..Int32
paramParentIDM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)
Level
Type: System..::..Int32
paramLevelM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)
EnableSortOrder
Type: System..::..Boolean
paramEnableSortOrderM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)
DefinitionID
Type: System..::..Int32
paramDefinitionIDM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)
Description
Type: System..::..String
paramDescriptionM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)
PortalID
Type: System..::..Int32
paramPortalIDM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)
SystemList
Type: System..::..Boolean
paramSystemListM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)
CreatedByUserID
Type: System..::..Int32
paramCreatedByUserIDM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)

Return Value

returnsM:DotNetNuke.Data.DataProvider.AddListEntry(System.String,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.String,System.Int32,System.Boolean,System.Int32)

See Also