For Babelfish Release 1.11.1.3

DefinitionGetSetName Method

Returns a SetName object based on the Definitions Version and HierrchcialName If originalSetName is true, returns the setname as was loaded, usually with v1.0, or v0.0 If false, returns the Version based on the version in the file

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public SetName GetSetName(
	bool originalSetName = false
)

Parameters

originalSetName  Boolean  (Optional)
 

Return Value

SetName

See Also