Patricio Treviño

Patricio Treviño

Husband . Father . Developer
2total entries in user

Get the list of all locked items for a specific user in Sitecore.

Syntax

fast://*[@__lock='%<username>%']
view raw syntax.text hosted with ❤ by GitHub

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 />']
view raw syntax.text hosted with ❤ by GitHub