AccpacMultiuser.UnlockOrg
Unlocks an organization's database locked by a previous call to LockOrg.
Function UnlockOrg(OrgID As String) As tagMultiuserStatus
Parameters
OrgID
[in] the organization (database) ID of the database to be unlocked
Return Value
Returns the status of the call.
Remarks
If possible, avoid using this method. However, if the organization's database is currently locked by the UI (through an earlier LockOrg call), use this method to unlock the database.