Click or drag to resize
ClientConfigLockSetupData Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Attempts to lock the setup files for editing.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool LockSetupData(
	ref string UserName = "",
	ref string Details = "",
	ref string DateTime = ""
)

Parameters

UserName (Optional)
Type: SystemString
The username
Details (Optional)
Type: SystemString
The details
DateTime (Optional)
Type: SystemString
The date and time

Return Value

Type: Boolean
True if the lock files have been locked
Remarks