NavTargetSetTenantAvailability Method |
Manage availability of links to tenant-specific mops. If the provided page is null then the
page is not available for the current tenant, else it is.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void SetTenantAvailability(
PageInfo pg
)
Public Sub SetTenantAvailability (
pg As PageInfo
)
Parameters
- pg
- Type: NetQuarryPageInfo
The page linked to by this item.
See Also