Class ContentVerifier
Inheritance
System.Object
ContentVerifier
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class ContentVerifier : object, IContentVerifier
Constructors
|
Improve this Doc
View Source
ContentVerifier()
Declaration
|
Improve this Doc
View Source
ContentVerifier(IPortalController, IPortalGroupController)
Declaration
public ContentVerifier(IPortalController portalController, IPortalGroupController portalGroupController)
Parameters
Methods
|
Improve this Doc
View Source
IsContentExistsForRequestedPortal(Int32, PortalSettings, Boolean)
Declaration
public bool IsContentExistsForRequestedPortal(int contentPortalId, PortalSettings portalSettings, bool checkForSiteGroup = false)
Parameters
Type |
Name |
Description |
System.Int32 |
contentPortalId |
|
PortalSettings |
portalSettings |
|
System.Boolean |
checkForSiteGroup |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsRequestForSiteGroup(Int32, Int32)
Declaration
public bool IsRequestForSiteGroup(int portalId, int portalIdSiteGroup)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
portalIdSiteGroup |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
Extension Methods