Click or drag to resize

SecurityUserCanAccessDevice Method

True if the AI tools can use the given output device for this user. Output devices are restricted through the OutputDeviceGUIDs of the user's security groups. If none of the groups defines a restriction (all lists are empty), all output devices are allowed. Otherwise the device 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 CanAccessDevice(
	OutputDevice device
)

Parameters

device  OutputDevice
 

Return Value

Boolean
See Also