For Babelfish Release 1.12.4.4

TargetCollectionGetTargetCollection Method

Helper method to return the TargetCollectionModal with th e passed in target collection name.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public TargetCollectionModal GetTargetCollection(
	string targetCollectionName
)

Parameters

targetCollectionName  String
If an empty string, returns the first value.

Return Value

TargetCollectionModal

Exceptions

InvalidOperationExceptionThrown if the passed in targetCollectionName is not found.

See Also