| BCRepositoryGetSequenceList Method (String, String) |
Returns an array of sequences.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCSequence[] GetSequenceList(
string objectID,
string name
)
Public Function GetSequenceList (
objectID As String,
name As String
) As BCSequence()
public:
array<BCSequence^>^ GetSequenceList(
String^ objectID,
String^ name
)
member GetSequenceList :
objectID : string *
name : string -> BCSequence[]
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