For Babelfish Release 1.12.3.10

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.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
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