DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
True if the lock files have been locked
Attempts to lock the setup files for editing.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# |
|---|
public bool LockSetupData( ref string UserName = "", ref string Details = "", ref string DateTime = "" ) |
| Visual Basic |
|---|
Public Function LockSetupData ( Optional ByRef UserName As String = "", Optional ByRef Details As String = "", Optional ByRef DateTime As String = "" ) As Boolean |
| Visual C++ |
|---|
public: virtual bool LockSetupData( 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: BooleanTrue if the lock files have been locked