Click or drag to resize
SecurityInfoSetAppServerSecurity Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetAppServerSecurity(
	int AllowLinks,
	int AllowSecurity,
	int AllowSetup,
	int AllowSubject,
	int AllowSystem,
	int RequireSetupPassword,
	string SetupPassword,
	string UserLevel,
	bool AllowSetupLockOverride
)

Parameters

AllowLinks
Type: SystemInt32
AllowSecurity
Type: SystemInt32
AllowSetup
Type: SystemInt32
AllowSubject
Type: SystemInt32
AllowSystem
Type: SystemInt32
RequireSetupPassword
Type: SystemInt32
SetupPassword
Type: SystemString
UserLevel
Type: SystemString
AllowSetupLockOverride
Type: SystemBoolean
See Also