Click or drag to resize

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: Int32
The set of ID's of tenant-specific pages for the current tenant.
See Also