BCUserDBGetCreateWorkList Method |
Resolves a Windows user account into a work list.
If the work list does not exist, creates it.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public string GetCreateWorkList(
BCRepository repository,
string account
)
Public Function GetCreateWorkList (
repository As BCRepository,
account As String
) As String
Parameters
- repository
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepository
The connection to a vault which defines work list naming options. - account
- Type: SystemString
The Windows user account to resolve (Domain name).
Return Value
Type:
StringThe user work list for the account.
See Also