Show / Hide Table of Contents

Class ChatParticipantsCollectionRequestBuilder

The type ChatParticipantsCollectionRequestBuilder.

Inheritance
System.Object
BaseRequestBuilder
ChatParticipantsCollectionRequestBuilder
Implements
IChatParticipantsCollectionRequestBuilder
IBaseRequestBuilder
Inherited Members
BaseRequestBuilder.Client
BaseRequestBuilder.RequestUrl
BaseRequestBuilder.AppendSegmentToRequestUrl(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public class ChatParticipantsCollectionRequestBuilder : BaseRequestBuilder, IChatParticipantsCollectionRequestBuilder, IBaseRequestBuilder

Constructors

View Source

ChatParticipantsCollectionRequestBuilder(String, IBaseClient)

Constructs a new ChatParticipantsCollectionRequestBuilder.

Declaration
public ChatParticipantsCollectionRequestBuilder(string requestUrl, IBaseClient client)
Parameters
Type Name Description
System.String requestUrl

The URL for the built request.

IBaseClient client

The IBaseClient for handling requests.

Properties

View Source

Item[String]

Gets an IChatParticipantRequestBuilder for the specified ChatChatParticipant.

Declaration
public IChatParticipantRequestBuilder this[string id] { get; }
Parameters
Type Name Description
System.String id

The ID for the ChatChatParticipant.

Property Value
Type Description
IChatParticipantRequestBuilder

The IChatParticipantRequestBuilder.

Methods

View Source

Add(IEnumerable<ChatParticipantInfo>)

Gets the request builder for ChatParticipantAdd.

Declaration
public IChatParticipantAddRequestBuilder Add(IEnumerable<ChatParticipantInfo> participants = null)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ChatParticipantInfo> participants
Returns
Type Description
IChatParticipantAddRequestBuilder

The IChatParticipantAddRequestBuilder.

View Source

Remove(IEnumerable<String>)

Gets the request builder for ChatParticipantRemove.

Declaration
public IChatParticipantRemoveRequestBuilder Remove(IEnumerable<string> participants = null)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.String> participants
Returns
Type Description
IChatParticipantRemoveRequestBuilder

The IChatParticipantRemoveRequestBuilder.

View Source

Request()

Builds the request.

Declaration
public IChatParticipantsCollectionRequest Request()
Returns
Type Description
IChatParticipantsCollectionRequest

The built request.

View Source

Request(IEnumerable<Option>)

Builds the request.

Declaration
public IChatParticipantsCollectionRequest Request(IEnumerable<Option> options)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Option> options

The query and header options for the request.

Returns
Type Description
IChatParticipantsCollectionRequest

The built request.

Implements

IChatParticipantsCollectionRequestBuilder
IBaseRequestBuilder
  • View Source
Back to top Generated by DocFX