Click or drag to resize

BCSWorkAreaSequence Method (String)

Returns a sequence that is unique within the work area.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCSSequence Sequence(
	string name
)

Parameters

name
Type: SystemString
The name of the sequence.

Return Value

Type: BCSSequence
The sequence with the specified name.
See Also