'Declaration Public Function OpenById( _ ByVal id As String, _ ByVal type As SupportedDocumentType, _ Optional ByVal name As String, _ Optional ByVal content As String _ ) As ValueTask(Of OpenDocumentInfo)
public ValueTask<OpenDocumentInfo> OpenById( string id, SupportedDocumentType type, string name, string content )
Parameters
- id
- type
- name
- content