Click or drag to resize

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: Boolean
True if this application/tenant/user can share filters with other users in the same tenant.
See Also