2total entries in administration
Get the list of all locked items for a specific user in Sitecore.
Syntax
fast://*[@__lock='%<username>%'] |
Option | Description |
---|---|
username | The username to be searched. |
Note: The query is executed as a wildcard search, so the username doesn't have to be exact.
Get the list of all locked items in Sitecore.
Syntax
fast://*[@__lock!='' and @__lock!='<r />'] |