DataPA Enterprise Dashboard Controls API Reference
Returns a value that indicates if the setup files are locked by the current user.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public bool IsSetupLockValid(
	ref string UserName = "",
	ref string Details = "",
	ref string DateTime = ""
)
Visual Basic
Public Function IsSetupLockValid ( 
	Optional ByRef UserName As String = "",
	Optional ByRef Details As String = "",
	Optional ByRef DateTime As String = ""
) As Boolean
Visual C++
public:
virtual bool IsSetupLockValid(
	String^% UserName = L"", 
	String^% Details = L"", 
	String^% DateTime = L""
) sealed

Parameters

UserName (Optional)
Type: System..::..String%
The username
Details (Optional)
Type: System..::..String%
The details
DateTime (Optional)
Type: System..::..String%
The date and time

Return Value

Type: Boolean
True if the setup files are locked by the current user.

Remarks