Click or drag to resize

SecurityUserCanAccessSource Method

True if the AI tools can access the given data source for this user. Data sources are restricted through the DataSourceGUIDs of the user's security groups. If none of the groups defines a restriction (all lists are empty), all data sources are allowed. Otherwise the source is allowed when at least one group lists its GUID (additive rights).

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public bool CanAccessSource(
	MetaSource source
)

Parameters

source  MetaSource
 

Return Value

Boolean
See Also