You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Box.Sdk.Gen.Net/Client/IBoxClient.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -175,5 +175,7 @@ public interface IBoxClient {
175
175
176
176
publicIAutomateWorkflowsManagerAutomateWorkflows{get=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");}
177
177
178
+
publicINotesManagerNotes{get=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");}
/// Creates a Box Note (`.boxnote` file) from supported source content. See the `content_format` field for supported formats.
12
+
/// </summary>
13
+
/// <param name="requestBody">
14
+
/// Request body of createNoteConvertV2026R0 method
15
+
/// </param>
16
+
/// <param name="headers">
17
+
/// Headers of createNoteConvertV2026R0 method
18
+
/// </param>
19
+
/// <param name="cancellationToken">
20
+
/// Token used for request cancellation.
21
+
/// </param>
22
+
publicSystem.Threading.Tasks.Task<NotesConvertResponseV2026R0>CreateNoteConvertV2026R0Async(NotesConvertRequestBodyV2026R0requestBody,CreateNoteConvertV2026R0Headers?headers=default,System.Threading.CancellationToken?cancellationToken=null)=>thrownewSystem.NotImplementedException("This method needs to be implemented by the derived class before calling it.");
0 commit comments