Show / Hide Table of Contents

Interface IParticipantInviteRequestBuilder

The interface IParticipantInviteRequestBuilder.

Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IParticipantInviteRequestBuilder

Methods

View Source

Request(IEnumerable<Option>)

Builds the request.

Declaration
IParticipantInviteRequest Request(IEnumerable<Option> options = null)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Option> options

The query and header options for the request.

Returns
Type Description
IParticipantInviteRequest

The built request.

  • View Source
Back to top Generated by DocFX