Table of Contents

Interface ITeamChannelTabCollection

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Public interface to define a collection of Tabs for a Team Channel

public interface ITeamChannelTabCollection : IQueryable<ITeamChannelTab>, IQueryable, IAsyncEnumerable<ITeamChannelTab>, IDataModelCollection<ITeamChannelTab>, IEnumerable<ITeamChannelTab>, IEnumerable, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<ITeamChannelTab>, IDataModelCollectionDeleteByGuidId, ISupportModules<ITeamChannelTabCollection>
Inherited Members
Extension Methods

Methods

AddDocumentLibraryTab(string, Uri)

Adds a new DocumentLibrary channel tab

ITeamChannelTab AddDocumentLibraryTab(string name, Uri documentLibraryUri)

Parameters

name string

Display name of the DocumentLibrary channel tab

documentLibraryUri Uri

Uri to the document library that needs to be added as tab

Returns

ITeamChannelTab

Newly added DocumentLibrary channel tab

AddDocumentLibraryTabAsync(string, Uri)

Adds a new document library channel tab

Task<ITeamChannelTab> AddDocumentLibraryTabAsync(string name, Uri documentLibraryUri)

Parameters

name string

Display name of the DocumentLibrary channel tab

documentLibraryUri Uri

Uri to the document library that needs to be added as tab

Returns

Task<ITeamChannelTab>

Newly added Website channel tab

AddDocumentLibraryTabBatch(Batch, string, Uri)

Adds a new DocumentLibrary channel tab

ITeamChannelTab AddDocumentLibraryTabBatch(Batch batch, string name, Uri documentLibraryUri)

Parameters

batch Batch

Batch to use

name string

Display name of the DocumentLibrary channel tab

documentLibraryUri Uri

Uri to the document library that needs to be added as tab

Returns

ITeamChannelTab

Newly added DocumentLibrary channel tab

AddDocumentLibraryTabBatch(string, Uri)

Adds a new DocumentLibrary channel tab

ITeamChannelTab AddDocumentLibraryTabBatch(string name, Uri documentLibraryUri)

Parameters

name string

Display name of the DocumentLibrary channel tab

documentLibraryUri Uri

Uri to the document library that needs to be added as tab

Returns

ITeamChannelTab

Newly added DocumentLibrary channel tab

AddDocumentLibraryTabBatchAsync(Batch, string, Uri)

Adds a new DocumentLibrary channel tab

Task<ITeamChannelTab> AddDocumentLibraryTabBatchAsync(Batch batch, string name, Uri documentLibraryUri)

Parameters

batch Batch

Batch to use

name string

Display name of the DocumentLibrary channel tab

documentLibraryUri Uri

Uri to the document library that needs to be added as tab

Returns

Task<ITeamChannelTab>

Newly added DocumentLibrary channel tab

AddDocumentLibraryTabBatchAsync(string, Uri)

Adds a new DocumentLibrary channel tab

Task<ITeamChannelTab> AddDocumentLibraryTabBatchAsync(string name, Uri documentLibraryUri)

Parameters

name string

Display name of the DocumentLibrary channel tab

documentLibraryUri Uri

Uri to the document library that needs to be added as tab

Returns

Task<ITeamChannelTab>

Newly added DocumentLibrary channel tab

AddExcelTab(string, Uri, Guid)

Adds a new Excel channel tab

ITeamChannelTab AddExcelTab(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Excel channel tab

fileUri Uri

Uri to the Excel that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

ITeamChannelTab

Newly added Excel channel tab

AddExcelTabAsync(string, Uri, Guid)

Adds a new Excel channel tab

Task<ITeamChannelTab> AddExcelTabAsync(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Excel channel tab

fileUri Uri

Uri to the Excel that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

Task<ITeamChannelTab>

Newly added Excel channel tab

AddExcelTabBatch(Batch, string, Uri, Guid)

Adds a new Excel channel tab

ITeamChannelTab AddExcelTabBatch(Batch batch, string name, Uri fileUri, Guid fileId)

Parameters

batch Batch

Batch to use

name string

Display name of the Excel channel tab

fileUri Uri

Uri to Excel file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

ITeamChannelTab

Newly added Excel channel tab

AddExcelTabBatch(string, Uri, Guid)

Adds a new Excel channel tab

ITeamChannelTab AddExcelTabBatch(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Excel channel tab

fileUri Uri

Uri to the Excel file that needs to be added as tab

fileId Guid

The sourceDoc ID of the file

Returns

ITeamChannelTab

Newly added Excel channel tab

AddExcelTabBatchAsync(Batch, string, Uri, Guid)

Adds a new Excel channel tab

Task<ITeamChannelTab> AddExcelTabBatchAsync(Batch batch, string name, Uri fileUri, Guid fileId)

Parameters

batch Batch

Batch to use

name string

Display name of the Excel channel tab

fileUri Uri

Uri to Excel file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

Task<ITeamChannelTab>

Newly added Excel channel tab

AddExcelTabBatchAsync(string, Uri, Guid)

Adds a new Excel channel tab

Task<ITeamChannelTab> AddExcelTabBatchAsync(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Excel channel tab

fileUri Uri

Uri to Excel file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

Task<ITeamChannelTab>

Newly added Excel channel tab

AddFormsTab(string)

Adds a new Forms channel tab

ITeamChannelTab AddFormsTab(string name)

Parameters

name string

Display name of the Forms channel tab

Returns

ITeamChannelTab

Newly added Forms channel tab

AddFormsTabAsync(string)

Adds a new Forms channel tab

Task<ITeamChannelTab> AddFormsTabAsync(string name)

Parameters

name string

Display name of the Forms channel tab

Returns

Task<ITeamChannelTab>

Newly added Forms channel tab

AddFormsTabBatch(Batch, string)

Adds a new Forms channel tab

ITeamChannelTab AddFormsTabBatch(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the Forms channel tab

Returns

ITeamChannelTab

Newly added Forms channel tab

AddFormsTabBatch(string)

Adds a new Forms channel tab

ITeamChannelTab AddFormsTabBatch(string name)

Parameters

name string

Display name of the Forms channel tab

Returns

ITeamChannelTab

Newly added Forms channel tab

AddFormsTabBatchAsync(Batch, string)

Adds a new Forms channel tab

Task<ITeamChannelTab> AddFormsTabBatchAsync(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the Forms channel tab

Returns

Task<ITeamChannelTab>

Newly added Forms channel tab

AddFormsTabBatchAsync(string)

Adds a new Forms channel tab

Task<ITeamChannelTab> AddFormsTabBatchAsync(string name)

Parameters

name string

Display name of the Forms channel tab

Returns

Task<ITeamChannelTab>

Newly added Forms channel tab

AddOneNoteTab(string)

Adds a new OneNote channel tab

ITeamChannelTab AddOneNoteTab(string name)

Parameters

name string

Display name of the OneNote channel tab

Returns

ITeamChannelTab

Newly added OneNote channel tab

AddOneNoteTabAsync(string)

Adds a new OneNote channel tab

Task<ITeamChannelTab> AddOneNoteTabAsync(string name)

Parameters

name string

Display name of the OneNote channel tab

Returns

Task<ITeamChannelTab>

Newly added OneNote channel tab

AddOneNoteTabBatch(Batch, string)

Adds a new OneNote channel tab

ITeamChannelTab AddOneNoteTabBatch(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the OneNote channel tab

Returns

ITeamChannelTab

Newly added OneNote channel tab

AddOneNoteTabBatch(string)

Adds a new OneNote channel tab

ITeamChannelTab AddOneNoteTabBatch(string name)

Parameters

name string

Display name of the OneNote channel tab

Returns

ITeamChannelTab

Newly added OneNote channel tab

AddOneNoteTabBatchAsync(Batch, string)

Adds a new OneNote channel tab

Task<ITeamChannelTab> AddOneNoteTabBatchAsync(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the OneNote channel tab

Returns

Task<ITeamChannelTab>

Newly added OneNote channel tab

AddOneNoteTabBatchAsync(string)

Adds a new OneNote channel tab

Task<ITeamChannelTab> AddOneNoteTabBatchAsync(string name)

Parameters

name string

Display name of the OneNote channel tab

Returns

Task<ITeamChannelTab>

Newly added planner OneNote tab

AddPdfTab(string, Uri, Guid)

Adds a new Pdf channel tab

ITeamChannelTab AddPdfTab(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Pdf channel tab

fileUri Uri

Uri to the Pdf that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

ITeamChannelTab

Newly added Pdf channel tab

AddPdfTabAsync(string, Uri, Guid)

Adds a new Pdf channel tab

Task<ITeamChannelTab> AddPdfTabAsync(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Excel channel tab

fileUri Uri

Uri to the Pdf file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

Task<ITeamChannelTab>

Newly added Pdf channel tab

AddPdfTabBatch(Batch, string, Uri, Guid)

Adds a new Pdf channel tab

ITeamChannelTab AddPdfTabBatch(Batch batch, string name, Uri fileUri, Guid fileId)

Parameters

batch Batch

Batch to use

name string

Display name of the Pdf channel tab

fileUri Uri

Uri to Pdf file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

ITeamChannelTab

Newly added Pdf channel tab

AddPdfTabBatch(string, Uri, Guid)

Adds a new Pdf channel tab

ITeamChannelTab AddPdfTabBatch(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Pdf channel tab

fileUri Uri

Uri to the Pdf file that needs to be added as tab

fileId Guid

The sourceDoc ID of the file

Returns

ITeamChannelTab

Newly added Pdf channel tab

AddPdfTabBatchAsync(Batch, string, Uri, Guid)

Adds a new Excel channel tab

Task<ITeamChannelTab> AddPdfTabBatchAsync(Batch batch, string name, Uri fileUri, Guid fileId)

Parameters

batch Batch

Batch to use

name string

Display name of the Excel channel tab

fileUri Uri

Uri to Pdf file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

Task<ITeamChannelTab>

Newly added Excel channel tab

AddPdfTabBatchAsync(string, Uri, Guid)

Adds a new Pdf channel tab

Task<ITeamChannelTab> AddPdfTabBatchAsync(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Pdf channel tab

fileUri Uri

Uri to Pdf file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

Task<ITeamChannelTab>

Newly added Pdf channel tab

AddPlannerTab(string)

Adds a new planner channel tab

ITeamChannelTab AddPlannerTab(string name)

Parameters

name string

Display name of the planner channel tab

Returns

ITeamChannelTab

Newly added planner channel tab

AddPlannerTabAsync(string)

Adds a new planner channel tab

Task<ITeamChannelTab> AddPlannerTabAsync(string name)

Parameters

name string

Display name of the planner channel tab

Returns

Task<ITeamChannelTab>

Newly added planner channel tab

AddPlannerTabBatch(Batch, string)

Adds a new planner channel tab

ITeamChannelTab AddPlannerTabBatch(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the planner channel tab

Returns

ITeamChannelTab

Newly added planner channel tab

AddPlannerTabBatch(string)

Adds a new planner channel tab

ITeamChannelTab AddPlannerTabBatch(string name)

Parameters

name string

Display name of the planner channel tab

Returns

ITeamChannelTab

Newly added planner channel tab

AddPlannerTabBatchAsync(Batch, string)

Adds a new planner channel tab

Task<ITeamChannelTab> AddPlannerTabBatchAsync(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the planner channel tab

Returns

Task<ITeamChannelTab>

Newly added planner channel tab

AddPlannerTabBatchAsync(string)

Adds a new planner channel tab

Task<ITeamChannelTab> AddPlannerTabBatchAsync(string name)

Parameters

name string

Display name of the planner channel tab

Returns

Task<ITeamChannelTab>

Newly added planner channel tab

AddPowerBiTab(string)

Adds a new PowerBi channel tab

ITeamChannelTab AddPowerBiTab(string name)

Parameters

name string

Display name of the PowerBi channel tab

Returns

ITeamChannelTab

Newly added PowerBi channel tab

AddPowerBiTabAsync(string)

Adds a new PowerBi channel tab

Task<ITeamChannelTab> AddPowerBiTabAsync(string name)

Parameters

name string

Display name of the PowerBi channel tab

Returns

Task<ITeamChannelTab>

Newly added PowerBi channel tab

AddPowerBiTabBatch(Batch, string)

Adds a new PowerBi channel tab

ITeamChannelTab AddPowerBiTabBatch(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the PowerBi channel tab

Returns

ITeamChannelTab

Newly added PowerBi channel tab

AddPowerBiTabBatch(string)

Adds a new PowerBi channel tab

ITeamChannelTab AddPowerBiTabBatch(string name)

Parameters

name string

Display name of the PowerBi channel tab

Returns

ITeamChannelTab

Newly added PowerBi channel tab

AddPowerBiTabBatchAsync(Batch, string)

Adds a new PowerBi channel tab

Task<ITeamChannelTab> AddPowerBiTabBatchAsync(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the PowerBi channel tab

Returns

Task<ITeamChannelTab>

Newly added PowerBi channel tab

AddPowerBiTabBatchAsync(string)

Adds a new PowerBi channel tab

Task<ITeamChannelTab> AddPowerBiTabBatchAsync(string name)

Parameters

name string

Display name of the PowerBi channel tab

Returns

Task<ITeamChannelTab>

Newly added PowerBi channel tab

AddPptTab(string, Uri, Guid)

Adds a new Ppt channel tab

ITeamChannelTab AddPptTab(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Ppt channel tab

fileUri Uri

Uri to the Ppt that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

ITeamChannelTab

Newly added Ppt channel tab

AddPptTabAsync(string, Uri, Guid)

Adds a new Ppt channel tab

Task<ITeamChannelTab> AddPptTabAsync(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Ppt channel tab

fileUri Uri

Uri to the file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

Task<ITeamChannelTab>

Newly added Ppt channel tab

AddPptTabBatch(Batch, string, Uri, Guid)

Adds a new Ppt channel tab

ITeamChannelTab AddPptTabBatch(Batch batch, string name, Uri fileUri, Guid fileId)

Parameters

batch Batch

Batch to use

name string

Display name of the Ppt channel tab

fileUri Uri

Uri to Ppt file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

ITeamChannelTab

Newly added Ppt channel tab

AddPptTabBatch(string, Uri, Guid)

Adds a new Ppt channel tab

ITeamChannelTab AddPptTabBatch(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Ppt channel tab

fileUri Uri

Uri to the Ppt file that needs to be added as tab

fileId Guid

The sourceDoc ID of the file

Returns

ITeamChannelTab

Newly added Ppt channel tab

AddPptTabBatchAsync(Batch, string, Uri, Guid)

Adds a new Ppt channel tab

Task<ITeamChannelTab> AddPptTabBatchAsync(Batch batch, string name, Uri fileUri, Guid fileId)

Parameters

batch Batch

Batch to use

name string

Display name of the Ppt channel tab

fileUri Uri

Uri to Ppt file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

Task<ITeamChannelTab>

Newly added Ppt channel tab

AddPptTabBatchAsync(string, Uri, Guid)

Adds a new Ppt channel tab

Task<ITeamChannelTab> AddPptTabBatchAsync(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Ppt channel tab

fileUri Uri

Uri to Ppt file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

Task<ITeamChannelTab>

Newly added Ppt channel tab

AddSharePointPageOrListTab(string)

Adds a new sharepoint or page channel tab

ITeamChannelTab AddSharePointPageOrListTab(string name)

Parameters

name string

Display name of the sharepoint or page channel tab

Returns

ITeamChannelTab

Newly added sharepoint or page channel tab

AddSharePointPageOrListTabAsync(string)

Adds a new sharepoint or page channel tab

Task<ITeamChannelTab> AddSharePointPageOrListTabAsync(string name)

Parameters

name string

Display name of the sharepoint or page channel tab

Returns

Task<ITeamChannelTab>

Newly added sharepoint or page channel tab

AddSharePointPageOrListTabBatch(Batch, string)

Adds a new sharepoint or page channel tab

ITeamChannelTab AddSharePointPageOrListTabBatch(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the sharepoint or page channel tab

Returns

ITeamChannelTab

Newly added sharepoint or page channel tab

AddSharePointPageOrListTabBatch(string)

Adds a new sharepoint or page channel tab

ITeamChannelTab AddSharePointPageOrListTabBatch(string name)

Parameters

name string

Display name of the sharepoint or page channel tab

Returns

ITeamChannelTab

Newly added sharepoint or page channel tab

AddSharePointPageOrListTabBatchAsync(Batch, string)

Adds a new sharepoint or page channel tab

Task<ITeamChannelTab> AddSharePointPageOrListTabBatchAsync(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the sharepoint or page channel tab

Returns

Task<ITeamChannelTab>

Newly added sharepoint or page channel tab

AddSharePointPageOrListTabBatchAsync(string)

Adds a new sharepoint or page channel tab

Task<ITeamChannelTab> AddSharePointPageOrListTabBatchAsync(string name)

Parameters

name string

Display name of the sharepoint or page channel tab

Returns

Task<ITeamChannelTab>

Newly added sharepoint or page channel tab

AddStreamsTab(string)

Adds a new Streams channel tab

ITeamChannelTab AddStreamsTab(string name)

Parameters

name string

Display name of the Streams channel tab

Returns

ITeamChannelTab

Newly added Streams channel tab

AddStreamsTabAsync(string)

Adds a new Streams channel tab

Task<ITeamChannelTab> AddStreamsTabAsync(string name)

Parameters

name string

Display name of the Streams channel tab

Returns

Task<ITeamChannelTab>

Newly added Streams channel tab

AddStreamsTabBatch(Batch, string)

Adds a new streams channel tab

ITeamChannelTab AddStreamsTabBatch(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the streams channel tab

Returns

ITeamChannelTab

Newly added Streams channel tab

AddStreamsTabBatch(string)

Adds a new Streams channel tab

ITeamChannelTab AddStreamsTabBatch(string name)

Parameters

name string

Display name of the Streams channel tab

Returns

ITeamChannelTab

Newly added Streams channel tab

AddStreamsTabBatchAsync(Batch, string)

Adds a new streams channel tab

Task<ITeamChannelTab> AddStreamsTabBatchAsync(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the streams channel tab

Returns

Task<ITeamChannelTab>

Newly added Streams channel tab

AddStreamsTabBatchAsync(string)

Adds a new streams channel tab

Task<ITeamChannelTab> AddStreamsTabBatchAsync(string name)

Parameters

name string

Display name of the streams channel tab

Returns

Task<ITeamChannelTab>

Newly added streams channel tab

AddWebsiteTab(string, Uri)

Adds a new Website channel tab

ITeamChannelTab AddWebsiteTab(string name, Uri websiteUri)

Parameters

name string

Display name of the Website channel tab

websiteUri Uri

Uri to the website that needs to be added as tab

Returns

ITeamChannelTab

Newly added Website channel tab

AddWebsiteTabAsync(string, Uri)

Adds a new Website channel tab

Task<ITeamChannelTab> AddWebsiteTabAsync(string name, Uri websiteUri)

Parameters

name string

Display name of the Website channel tab

websiteUri Uri

Uri to the website that needs to be added as tab

Returns

Task<ITeamChannelTab>

Newly added Website channel tab

AddWebsiteTabBatch(Batch, string, Uri)

Adds a new Website channel tab

ITeamChannelTab AddWebsiteTabBatch(Batch batch, string name, Uri websiteUri)

Parameters

batch Batch

Batch to use

name string

Display name of the Website channel tab

websiteUri Uri

Uri to the website that needs to be added as tab

Returns

ITeamChannelTab

Newly added Website channel tab

AddWebsiteTabBatch(string, Uri)

Adds a new Website channel tab

ITeamChannelTab AddWebsiteTabBatch(string name, Uri websiteUri)

Parameters

name string

Display name of the Website channel tab

websiteUri Uri

Uri to the Website that needs to be added as tab

Returns

ITeamChannelTab

Newly added Website channel tab

AddWebsiteTabBatchAsync(Batch, string, Uri)

Adds a new Website channel tab

Task<ITeamChannelTab> AddWebsiteTabBatchAsync(Batch batch, string name, Uri websiteUri)

Parameters

batch Batch

Batch to use

name string

Display name of the Website channel tab

websiteUri Uri

Uri to website that needs to be added as tab

Returns

Task<ITeamChannelTab>

Newly added Website channel tab

AddWebsiteTabBatchAsync(string, Uri)

Adds a new Website channel tab

Task<ITeamChannelTab> AddWebsiteTabBatchAsync(string name, Uri websiteUri)

Parameters

name string

Display name of the Website channel tab

websiteUri Uri

Uri to the Website that needs to be added as tab

Returns

Task<ITeamChannelTab>

Newly added Website channel tab

AddWikiTab(string)

Adds a new wiki channel tab

ITeamChannelTab AddWikiTab(string name)

Parameters

name string

Display name of the wiki channel tab

Returns

ITeamChannelTab

Newly added wiki channel tab

AddWikiTabAsync(string)

Adds a new wiki channel tab

Task<ITeamChannelTab> AddWikiTabAsync(string name)

Parameters

name string

Display name of the wiki channel tab

Returns

Task<ITeamChannelTab>

Newly added wiki channel tab

AddWikiTabBatch(Batch, string)

Adds a new wiki channel tab

ITeamChannelTab AddWikiTabBatch(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the wiki channel tab

Returns

ITeamChannelTab

Newly added wiki channel tab

AddWikiTabBatch(string)

Adds a new wiki channel tab

ITeamChannelTab AddWikiTabBatch(string name)

Parameters

name string

Display name of the wiki channel tab

Returns

ITeamChannelTab

Newly added wiki channel tab

AddWikiTabBatchAsync(Batch, string)

Adds a new wiki channel tab

Task<ITeamChannelTab> AddWikiTabBatchAsync(Batch batch, string name)

Parameters

batch Batch

Batch to use

name string

Display name of the wiki channel tab

Returns

Task<ITeamChannelTab>

Newly added wiki channel tab

AddWikiTabBatchAsync(string)

Adds a new wiki channel tab

Task<ITeamChannelTab> AddWikiTabBatchAsync(string name)

Parameters

name string

Display name of the wiki channel tab

Returns

Task<ITeamChannelTab>

Newly added wiki channel tab

AddWordTab(string, Uri, Guid)

Adds a new Word channel tab

ITeamChannelTab AddWordTab(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Word channel tab

fileUri Uri

Uri to the website that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

ITeamChannelTab

Newly added Word channel tab

AddWordTabAsync(string, Uri, Guid)

Adds a new Word channel tab

Task<ITeamChannelTab> AddWordTabAsync(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Word channel tab

fileUri Uri

Uri to the file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

Task<ITeamChannelTab>

Newly added Word channel tab

AddWordTabBatch(Batch, string, Uri, Guid)

Adds a new Word channel tab

ITeamChannelTab AddWordTabBatch(Batch batch, string name, Uri fileUri, Guid fileId)

Parameters

batch Batch

Batch to use

name string

Display name of the Word channel tab

fileUri Uri

Uri to word file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

ITeamChannelTab

Newly added Word channel tab

AddWordTabBatch(string, Uri, Guid)

Adds a new Word channel tab

ITeamChannelTab AddWordTabBatch(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Word channel tab

fileUri Uri

Uri to the Word file that needs to be added as tab

fileId Guid

The sourceDoc ID of the file

Returns

ITeamChannelTab

Newly added Word channel tab

AddWordTabBatchAsync(Batch, string, Uri, Guid)

Adds a new Word channel tab

Task<ITeamChannelTab> AddWordTabBatchAsync(Batch batch, string name, Uri fileUri, Guid fileId)

Parameters

batch Batch

Batch to use

name string

Display name of the Word channel tab

fileUri Uri

Uri to word file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

Task<ITeamChannelTab>

Newly added Word channel tab

AddWordTabBatchAsync(string, Uri, Guid)

Adds a new Word channel tab

Task<ITeamChannelTab> AddWordTabBatchAsync(string name, Uri fileUri, Guid fileId)

Parameters

name string

Display name of the Word channel tab

fileUri Uri

Uri to word file that needs to be displayed as tab

fileId Guid

The sourceDoc ID of the file

Returns

Task<ITeamChannelTab>

Newly added Word channel tab