Click or drag to resize
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.19.0)
Syntax
public string GetCreateWorkList(
	BCRepository repository,
	string account
)

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: String
The user work list for the account.
See Also