예제 #1
0
 public VersionedItemData CheckOut(string id, bool permanentLock, ReadOptions readBackOptions)
 {
     return(_client.CheckOut(id, permanentLock, readBackOptions));
 }