Interface ITabChangeSettings
Class responsible to provide settings for Tab Changes.
Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke.dll
Syntax
public interface ITabChangeSettings
Methods
| Improve this Doc View SourceGetChangeControlState(Int32, Int32)
Get the full state of the tab changes control in a specific tab and its master portal.
Declaration
ChangeControlState GetChangeControlState(int portalId, int tabId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | portalId | Portal Id. |
System.Int32 | tabId | Tab Id. |
Returns
Type | Description |
---|---|
ChangeControlState | The page's ChangeControlState. |
IsChangeControlEnabled(Int32, Int32)
Get the status of the tab changes control in a specific tab and its master portal.
Declaration
bool IsChangeControlEnabled(int portalId, int tabId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | portalId | Portal Id. |
System.Int32 | tabId | Tab Id. |
Returns
Type | Description |
---|---|
System.Boolean | Returns true if changes control is available for both Portal and Tab, false otherwise. |