UndoCheckOut |
Scroll |
Frees the locked document so that other users may check it out. All changes are lost.
Namespace: Therefore.API
Visual Basic Public Overridable Function UndoCheckOut ( _ pServer As TheServer _ ) C# public virtual void UndoCheckOut ( TheServer pServer )
Parameters pServer An valid and connected TheServer Object.
Return Value None. |
|