Пример #1
0
 /// <summary>
 /// Restores the recording to the supplied user.  This will only return true if the recording
 /// is marked for deletion.
 /// </summary>
 /// <param name="UserId"></param>
 /// <returns></returns>
 public bool RestoreRecording(int UserId)
 {
     OysterClassLibrary.Functions F = new OysterClassLibrary.Functions();
     return F.RestoreRecording(this.mvarID,UserId);
 }