Click or drag to resize

BCRepositoryGetObjectSequence Method

Returns an object's sequence with the specified name. If the sequence 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 BCSequence GetObjectSequence(
	string objectID,
	string name
)

Parameters

objectID
Type: SystemString
The value that uniquely identifies the object to which the sequence belongs.
name
Type: SystemString
The name of the sequence.

Return Value

Type: BCSequence
The object's sequence with the specified name.
See Also