Click or drag to resize

IntegrationPostActionBaseGetEnvironmentId Method

returns EnvironmentId for current environment;

Namespace:  Omada.OE.Solution.OIM.Assembly.Integration
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected string GetEnvironmentId(
	IControllerFactory factory
)

Parameters

factory
Type: Omada.OE.AppLogicIControllerFactory
factory for creating controllers

Return Value

Type: String
configured EnvironmentId
See Also