DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
True if the setup files are unlocked
Attempts to unlock the setup files.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool UnLockSetupData( ref string UserName = "", ref string Details = "", ref string DateTime = "" ) |
Visual Basic |
---|
Public Function UnLockSetupData ( Optional ByRef UserName As String = "", Optional ByRef Details As String = "", Optional ByRef DateTime As String = "" ) As Boolean |
Visual C++ |
---|
public: virtual bool UnLockSetupData( String^% UserName = L"", String^% Details = L"", String^% DateTime = L"" ) sealed |
Parameters
- UserName (Optional)
- Type: System..::..String%
The username
- Details (Optional)
- Type: System..::..String%
The password
- DateTime (Optional)
- Type: System..::..String%
The date and time
Return Value
Type: BooleanTrue if the setup files are unlocked