PageInfosLoadTenantPages Method |
Load the tenant-specific pages (pages marked with
TenantSpecific) for the current Tenant.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int LoadTenantPages(
IAppContext cxt
)
Public Function LoadTenantPages (
cxt As IAppContext
) As Integer
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
Int32The set of ID's of tenant-specific pages for the current tenant.
See Also