Example #1
0
 public VersionedItemData CheckIn(string id, ReadOptions readBackOptions)
 {
     return(_client.CheckIn(id, readBackOptions));
 }