[This is preliminary documentation and is subject to change.]
DEVELOPERS do not use!
A hack method needed in some VERY RARE cases, like serving an error page form the filter which is out of portal scope.
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public void ___InternalInjectPortal(
Portal portal = null,
Theme theme = null,
WorkMatch match = null,
JSONDataMap matchedVars = null
)
public void ___InternalInjectPortal(
Portal portal = null,
Theme theme = null,
WorkMatch match = null,
JSONDataMap matchedVars = null
)
Public Sub ___InternalInjectPortal (
Optional portal As Portal = Nothing,
Optional theme As Theme = Nothing,
Optional match As WorkMatch = Nothing,
Optional matchedVars As JSONDataMap = Nothing
)
Public Sub ___InternalInjectPortal (
Optional portal As Portal = Nothing,
Optional theme As Theme = Nothing,
Optional match As WorkMatch = Nothing,
Optional matchedVars As JSONDataMap = Nothing
)
public:
void ___InternalInjectPortal(
Portal^ portal = nullptr,
Theme^ theme = nullptr,
WorkMatch^ match = nullptr,
JSONDataMap^ matchedVars = nullptr
)
public:
void ___InternalInjectPortal(
Portal^ portal = nullptr,
Theme^ theme = nullptr,
WorkMatch^ match = nullptr,
JSONDataMap^ matchedVars = nullptr
)
member ___InternalInjectPortal :
?portal : Portal *
?theme : Theme *
?match : WorkMatch *
?matchedVars : JSONDataMap
(* Defaults:
let _portal = defaultArg portal null
let _theme = defaultArg theme null
let _match = defaultArg match null
let _matchedVars = defaultArg matchedVars null
*)
-> unit
member ___InternalInjectPortal :
?portal : Portal *
?theme : Theme *
?match : WorkMatch *
?matchedVars : JSONDataMap
(* Defaults:
let _portal = defaultArg portal null
let _theme = defaultArg theme null
let _match = defaultArg match null
let _matchedVars = defaultArg matchedVars null
*)
-> unit