Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Pushes the current user data onto the stack.
Syntax
<wf:Operation Name="GetUserData" />
Parameters
None.
Pushed Value
String containing the current user data.
Remarks
This operation is not valid inside of a filter.
Example
The following sample contains an update expression for the data item "UserData" using the GetUserData operation.
<ic:Update DataItemName="UserData" Type="NVARCHAR">
<ic:Expression>
<wf:Operation Name="GetUserData" />
</ic:Expression>
</ic:Update>