2024 Method
Changes 0
M

WorksharingTooltipInfo.GetRequesters

Description:
The ordered list of unique user names of users who have outstanding editing requests for the specified element.
Remarks:
The list is ordered by who placed the earliest request. If the list is empty it means that nobody is currently requesting the specified element.
public IList<string> GetRequesters()
IList<string> The ordered list of unique user names.