getImpersonated: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) No edit summary |
|||
Line 1: | Line 1: | ||
= | {{MacroFunction | ||
|name=getImpersonated | |||
|description=Returns the id of the [[impersonated token]]. | |||
|usage= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[h: tokenId = getImpersonated()] | [h: tokenId = getImpersonated()] | ||
</source> | </source> | ||
}} | |||
[[Category:Token Function]] |
Revision as of 03:28, 7 March 2009
getImpersonated() Function
Returns the id of the impersonated token.
Usage
[h: tokenId = getImpersonated()]