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.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic bool CanAccessSource(
MetaSource source
)
Parameters
- source MetaSource
-
Return Value
Boolean
See Also