Interface IContentVerifier
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public interface IContentVerifier
Methods
|
Improve this Doc
View Source
IsContentExistsForRequestedPortal(Int32, PortalSettings, Boolean)
Declaration
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
bool IsRequestForSiteGroup(int portalId, int portalIdSiteGroup)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
portalIdSiteGroup |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods