GetUserKey
將目前的使用者金鑰推入到堆疊上。
<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>