Interface IContentVerifier
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public interface IContentVerifier
Methods
IsContentExistsForRequestedPortal(int, PortalSettings, bool)
Declaration
bool IsContentExistsForRequestedPortal(int contentPortalId, PortalSettings portalSettings, bool checkForSiteGroup = false)
Parameters
Returns
IsRequestForSiteGroup(int, int)
Declaration
bool IsRequestForSiteGroup(int portalId, int portalIdSiteGroup)
Parameters
Type |
Name |
Description |
int |
portalId |
|
int |
portalIdSiteGroup |
|
Returns
Extension Methods