Class TabVersionSettings
Inheritance
TabVersionSettings
Assembly: DotNetNuke.dll
Syntax
public class TabVersionSettings : ServiceLocator<ITabVersionSettings, TabVersionSettings>, ITabVersionSettings
Constructors
TabVersionSettings()
Declaration
public TabVersionSettings()
Methods
GetFactory()
Declaration
protected override Func<ITabVersionSettings> GetFactory()
Returns
Overrides
GetMaxNumberOfVersions(int)
Declaration
public int GetMaxNumberOfVersions(int portalId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
Returns
GetTabVersionQueryStringParameter(int)
Declaration
public string GetTabVersionQueryStringParameter(int portalId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
Returns
IsVersioningEnabled(int)
Declaration
public bool IsVersioningEnabled(int portalId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
Returns
IsVersioningEnabled(int, int)
Declaration
public bool IsVersioningEnabled(int portalId, int tabId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
int |
tabId |
|
Returns
SetEnabledVersioningForPortal(int, bool)
Declaration
public void SetEnabledVersioningForPortal(int portalId, bool enabled)
Parameters
Type |
Name |
Description |
int |
portalId |
|
bool |
enabled |
|
SetEnabledVersioningForTab(int, bool)
Declaration
public void SetEnabledVersioningForTab(int tabId, bool enabled)
Parameters
Type |
Name |
Description |
int |
tabId |
|
bool |
enabled |
|
SetMaxNumberOfVersions(int, int)
Declaration
public void SetMaxNumberOfVersions(int portalId, int maxNumberOfVersions)
Parameters
Type |
Name |
Description |
int |
portalId |
|
int |
maxNumberOfVersions |
|
Implements
Extension Methods