DeleteUncommittedItems Method
Deletes all the uncommitted items for this user.
Required Permissions
FilePromoteSyntax
public void DeleteUncommittedItems(
System.bool allMyLogins
)Public Sub DeleteUncommittedItems( _
ByVal allMyLogins As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| allMyLogins | Whether to clear out locks and uncommitted item iterations for all logins for this userID or just the current login. |