Show / Hide Table of Contents

Interface ITabVersionSettings

Namespace: DotNetNuke.Entities.Tabs.TabVersions
Assembly: DotNetNuke.dll
Syntax
public interface ITabVersionSettings

Methods

GetMaxNumberOfVersions(int)

Declaration
int GetMaxNumberOfVersions(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
int

GetTabVersionQueryStringParameter(int)

Declaration
string GetTabVersionQueryStringParameter(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
string

IsVersioningEnabled(int)

Declaration
bool IsVersioningEnabled(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
bool

IsVersioningEnabled(int, int)

Declaration
bool IsVersioningEnabled(int portalId, int tabId)
Parameters
Type Name Description
int portalId
int tabId
Returns
Type Description
bool

SetEnabledVersioningForPortal(int, bool)

Declaration
void SetEnabledVersioningForPortal(int portalId, bool enabled)
Parameters
Type Name Description
int portalId
bool enabled

SetEnabledVersioningForTab(int, bool)

Declaration
void SetEnabledVersioningForTab(int tabId, bool enabled)
Parameters
Type Name Description
int tabId
bool enabled

SetMaxNumberOfVersions(int, int)

Declaration
void SetMaxNumberOfVersions(int portalId, int maxNumberOfVersions)
Parameters
Type Name Description
int portalId
int maxNumberOfVersions

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS