'Declaration Public Function SaveById( _ ByVal id As String, _ Optional ByVal name As String _ ) As ValueTask(Of SaveDocumentInfo)
public ValueTask<SaveDocumentInfo> SaveById( string id, string name )
Parameters
- id
- The report ID.
- name
- The report name (optional).
Return Value
A ValueTask representing the asynchronous operation of saving the document by ID.