將目前的使用者金鑰推送到堆疊中。
語法
<wf:Operation Name="GetUserKey" />
參數
沒有。
推銷價值
包含目前使用者金鑰的字串。
備註
此操作僅適用於使用者追蹤點。
範例
以下範例包含一個事件過濾器表達式,當使用者金鑰等於「DocumentUrl」時,會評估 true 它。
<ic:Filter>
<ic:Expression>
<wf:Operation Name="GetUserKey" />
<ic:Operation Name="Constant">
<ic:Argument>DocumentUrl</ic:Argument>
</ic:Operation>
<ic:Operation Name="Equals" />
</ic:Expression>
</ic:Filter>