Creates a new Tab Version

Namespace: DotNetNuke.Entities.Tabs.TabVersions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
TabVersion CreateNewVersion(
	int portalid,
	int tabId,
	int createdByUserId
)
Visual Basic
Function CreateNewVersion ( 
	portalid As Integer,
	tabId As Integer,
	createdByUserId As Integer
) As TabVersion

Parameters

portalid
Type: System..::..Int32
paramportalidM:DotNetNuke.Entities.Tabs.TabVersions.ITabVersionBuilder.CreateNewVersion(System.Int32,System.Int32,System.Int32)
tabId
Type: System..::..Int32
Tab Id whose version will be added
createdByUserId
Type: System..::..Int32
User Id which creates the version

Return Value

TabVersion filled with the new version data

See Also