SavedFilterCanUserShareFilters Method |
Determines whether the current application/tenant/user is allowed to share filters.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool CanUserShareFilters(
IAppContext cxt
)
Public Shared Function CanUserShareFilters (
cxt As IAppContext
) As Boolean
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
BooleanTrue if this application/tenant/user can share filters with other users in the same tenant.
See Also