Get the status of the tab changes control in a specific tab and its master portal

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

Syntax

C#
bool IsChangeControlEnabled(
	int portalId,
	int tabId
)
Visual Basic
Function IsChangeControlEnabled ( 
	portalId As Integer,
	tabId As Integer
) As Boolean

Parameters

portalId
Type: System..::..Int32
Portal Id
tabId
Type: System..::..Int32
Tab Id

Return Value

Returns true if changes control is available for both Portal and Tab, false otherwise

See Also