For Babelfish Release 1.11.1.3

APISubDomainExstentionsSubDomainNameWithStage Method

When using the 'stage' specific REST API calls, this function will return the sub-domain portion of the URL.

Definition

Namespace: Scopos.BabelFish.APIClients
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public static string SubDomainNameWithStage(
	this APISubDomain subDomain
)

Parameters

subDomain  APISubDomain

Return Value

String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type APISubDomain. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also