public interface IObjectLockingSupport
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
boolean |
isLocked()
Checks if object is locked for editing.
|
boolean |
lockObject()
Locks the object.
|
void |
unLockObject()
Unlocks the object.
|
boolean isLocked()
Checks if object is locked for editing.
Getter method for the COM property "IsLocked"
boolean lockObject()
Locks the object. Returns True if the object has been changed on the server.
void unLockObject()
Unlocks the object.
Copyright © 2020. All rights reserved.