Click or drag to resize
BCRepositoryGetSequenceList Method (String, String)
Returns an array of sequences.

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 BCSequence[] GetSequenceList(
	string objectID,
	string name
)

Parameters

objectID
Type: SystemString
The value that uniquely identifies the object to which the sequences belongs. Can be to include sequences of all objects.
name
Type: SystemString
The name of the sequences included in the result array. Can be to include sequences regardless the names they have.

Return Value

Type: BCSequence
The array of sequences.
See Also