/// <summary> /// Function to dump expression (Key = fhhnj7LL8Ea0rAvn2G82Ug) Expression: /// GetApplicationName(GetOwnerEspaceIdentifier) /// </summary> /// <returns>Returns the value of the Expression</returns> public string expression_InlineExpression18() { ObjectKey oldCurrentESpaceKey = heContext.CurrentESpaceKey; try { heContext.CurrentESpaceKey = ssContactManager.Global.eSpaceKey; return(Functions.ActionGetApplicationName(heContext, AppUtils.CurrentEspaceId)); } finally { heContext.CurrentESpaceKey = oldCurrentESpaceKey; } }