Get register information from the register.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax
public RegisterData GetRegisterData( string register, string registerKey, bool forceUpdate )
Parameters
- register
- Type: SystemString
The register name. - registerKey
- Type: SystemString
The register key. - forceUpdate
- Type: SystemBoolean
Force update of cache.
Return Value
Type: RegisterDataInformation from the register
See Also