MicrosoftFormsClient.GetFormDetailsByIdAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get form details
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.MicrosoftForms.Models.GetFormDetailsByIdResult> GetFormDetailsByIdAsync(string formId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFormDetailsByIdAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.MicrosoftForms.Models.GetFormDetailsByIdResult>
override this.GetFormDetailsByIdAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.MicrosoftForms.Models.GetFormDetailsByIdResult>
Public Overridable Function GetFormDetailsByIdAsync (formId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetFormDetailsByIdResult)
Parameters
- formId
- String
Form Id
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get form details response.
Remarks
This action retrieves the details of a form