Show / Hide Table of Contents

Class ContentVerifier

Inheritance
object
ContentVerifier
Implements
IContentVerifier
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Dnn.PersonaBar.Library.Helper
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class ContentVerifier : IContentVerifier

Constructors

ContentVerifier()

Initializes a new instance of the ContentVerifier class.

Declaration
public ContentVerifier()

ContentVerifier(IPortalController, IPortalGroupController)

Initializes a new instance of the ContentVerifier class.

Declaration
public ContentVerifier(IPortalController portalController, IPortalGroupController portalGroupController)
Parameters
Type Name Description
IPortalController portalController
IPortalGroupController portalGroupController

Methods

IsContentExistsForRequestedPortal(int, PortalSettings, bool)

Declaration
public bool IsContentExistsForRequestedPortal(int contentPortalId, PortalSettings portalSettings, bool checkForSiteGroup = false)
Parameters
Type Name Description
int contentPortalId
PortalSettings portalSettings
bool checkForSiteGroup
Returns
Type Description
bool

IsRequestForSiteGroup(int, int)

Declaration
public bool IsRequestForSiteGroup(int portalId, int portalIdSiteGroup)
Parameters
Type Name Description
int portalId
int portalIdSiteGroup
Returns
Type Description
bool

Implements

IContentVerifier

Extension Methods

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