ClientConfigIsSetupLockValid Method |
|
DataPA OpenAnalytics API Reference
Returns a value that indicates if the setup files are locked by the current user.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool IsSetupLockValid(
ref string UserName = "",
ref string Details = "",
ref string DateTime = ""
)
Public Function IsSetupLockValid (
Optional ByRef UserName As String = "",
Optional ByRef Details As String = "",
Optional ByRef DateTime As String = ""
) As Boolean
public:
virtual bool IsSetupLockValid(
String^% UserName = L"",
String^% Details = L"",
String^% DateTime = L""
) sealed
function IsSetupLockValid(UserName, Details, 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:
BooleanTrue if the setup files are locked by the current user.
Remarks See Also