Interface ITeamChannelTabCollection
Public interface to define a collection of Tabs for a Team Channel
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface ITeamChannelTabCollection : IDataModelCollection<ITeamChannelTab>, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionLoad<ITeamChannelTab>, IDataModelCollectionDeleteByGuidId, ISupportModules<ITeamChannelTabCollection>
Methods
AddDocumentLibraryTab(String, Uri)
Adds a new DocumentLibrary channel tab
Declaration
ITeamChannelTab AddDocumentLibraryTab(string name, Uri documentLibraryUri)
Parameters
System.String
name
Display name of the DocumentLibrary channel tab |
Uri
documentLibraryUri
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
Declaration
Task<ITeamChannelTab> AddDocumentLibraryTabAsync(string name, Uri documentLibraryUri)
Parameters
System.String
name
Display name of the DocumentLibrary channel tab |
Uri
documentLibraryUri
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
Declaration
ITeamChannelTab AddDocumentLibraryTabBatch(Batch batch, string name, Uri documentLibraryUri)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the DocumentLibrary channel tab |
Uri
documentLibraryUri
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
Declaration
ITeamChannelTab AddDocumentLibraryTabBatch(string name, Uri documentLibraryUri)
Parameters
System.String
name
Display name of the DocumentLibrary channel tab |
Uri
documentLibraryUri
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
Declaration
Task<ITeamChannelTab> AddDocumentLibraryTabBatchAsync(Batch batch, string name, Uri documentLibraryUri)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the DocumentLibrary channel tab |
Uri
documentLibraryUri
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
Declaration
Task<ITeamChannelTab> AddDocumentLibraryTabBatchAsync(string name, Uri documentLibraryUri)
Parameters
System.String
name
Display name of the DocumentLibrary channel tab |
Uri
documentLibraryUri
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
Declaration
ITeamChannelTab AddExcelTab(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Excel channel tab |
Uri
fileUri
Uri to the Excel that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
ITeamChannelTab
Newly added Excel channel tab |
AddExcelTabAsync(String, Uri, Guid)
Adds a new Excel channel tab
Declaration
Task<ITeamChannelTab> AddExcelTabAsync(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Excel channel tab |
Uri
fileUri
Uri to the Excel that needs to be displayed as tab |
Guid
fileId
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
Declaration
ITeamChannelTab AddExcelTabBatch(Batch batch, string name, Uri fileUri, Guid fileId)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the Excel channel tab |
Uri
fileUri
Uri to Excel file that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
ITeamChannelTab
Newly added Excel channel tab |
AddExcelTabBatch(String, Uri, Guid)
Adds a new Excel channel tab
Declaration
ITeamChannelTab AddExcelTabBatch(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Excel channel tab |
Uri
fileUri
Uri to the Excel file that needs to be added as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
ITeamChannelTab
Newly added Excel channel tab |
AddExcelTabBatchAsync(Batch, String, Uri, Guid)
Adds a new Excel channel tab
Declaration
Task<ITeamChannelTab> AddExcelTabBatchAsync(Batch batch, string name, Uri fileUri, Guid fileId)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the Excel channel tab |
Uri
fileUri
Uri to Excel file that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
Task<ITeamChannelTab>
Newly added Excel channel tab |
AddExcelTabBatchAsync(String, Uri, Guid)
Adds a new Excel channel tab
Declaration
Task<ITeamChannelTab> AddExcelTabBatchAsync(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Excel channel tab |
Uri
fileUri
Uri to Excel file that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
Task<ITeamChannelTab>
Newly added Excel channel tab |
AddFormsTab(String)
Adds a new Forms channel tab
Declaration
ITeamChannelTab AddFormsTab(string name)
Parameters
System.String
name
Display name of the Forms channel tab |
Returns
ITeamChannelTab
Newly added Forms channel tab |
AddFormsTabAsync(String)
Adds a new Forms channel tab
Declaration
Task<ITeamChannelTab> AddFormsTabAsync(string name)
Parameters
System.String
name
Display name of the Forms channel tab |
Returns
Task<ITeamChannelTab>
Newly added Forms channel tab |
AddFormsTabBatch(Batch, String)
Adds a new Forms channel tab
Declaration
ITeamChannelTab AddFormsTabBatch(Batch batch, string name)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the Forms channel tab |
Returns
ITeamChannelTab
Newly added Forms channel tab |
AddFormsTabBatch(String)
Adds a new Forms channel tab
Declaration
ITeamChannelTab AddFormsTabBatch(string name)
Parameters
System.String
name
Display name of the Forms channel tab |
Returns
ITeamChannelTab
Newly added Forms channel tab |
AddFormsTabBatchAsync(Batch, String)
Adds a new Forms channel tab
Declaration
Task<ITeamChannelTab> AddFormsTabBatchAsync(Batch batch, string name)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the Forms channel tab |
Returns
Task<ITeamChannelTab>
Newly added Forms channel tab |
AddFormsTabBatchAsync(String)
Adds a new Forms channel tab
Declaration
Task<ITeamChannelTab> AddFormsTabBatchAsync(string name)
Parameters
System.String
name
Display name of the Forms channel tab |
Returns
Task<ITeamChannelTab>
Newly added Forms channel tab |
AddOneNoteTab(String)
Adds a new OneNote channel tab
Declaration
ITeamChannelTab AddOneNoteTab(string name)
Parameters
System.String
name
Display name of the OneNote channel tab |
Returns
ITeamChannelTab
Newly added OneNote channel tab |
AddOneNoteTabAsync(String)
Adds a new OneNote channel tab
Declaration
Task<ITeamChannelTab> AddOneNoteTabAsync(string name)
Parameters
System.String
name
Display name of the OneNote channel tab |
Returns
Task<ITeamChannelTab>
Newly added OneNote channel tab |
AddOneNoteTabBatch(Batch, String)
Adds a new OneNote channel tab
Declaration
ITeamChannelTab AddOneNoteTabBatch(Batch batch, string name)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the OneNote channel tab |
Returns
ITeamChannelTab
Newly added OneNote channel tab |
AddOneNoteTabBatch(String)
Adds a new OneNote channel tab
Declaration
ITeamChannelTab AddOneNoteTabBatch(string name)
Parameters
System.String
name
Display name of the OneNote channel tab |
Returns
ITeamChannelTab
Newly added OneNote channel tab |
AddOneNoteTabBatchAsync(Batch, String)
Adds a new OneNote channel tab
Declaration
Task<ITeamChannelTab> AddOneNoteTabBatchAsync(Batch batch, string name)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the OneNote channel tab |
Returns
Task<ITeamChannelTab>
Newly added OneNote channel tab |
AddOneNoteTabBatchAsync(String)
Adds a new OneNote channel tab
Declaration
Task<ITeamChannelTab> AddOneNoteTabBatchAsync(string name)
Parameters
System.String
name
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
Declaration
ITeamChannelTab AddPdfTab(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Pdf channel tab |
Uri
fileUri
Uri to the Pdf that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
ITeamChannelTab
Newly added Pdf channel tab |
AddPdfTabAsync(String, Uri, Guid)
Adds a new Pdf channel tab
Declaration
Task<ITeamChannelTab> AddPdfTabAsync(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Excel channel tab |
Uri
fileUri
Uri to the Pdf file that needs to be displayed as tab |
Guid
fileId
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
Declaration
ITeamChannelTab AddPdfTabBatch(Batch batch, string name, Uri fileUri, Guid fileId)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the Pdf channel tab |
Uri
fileUri
Uri to Pdf file that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
ITeamChannelTab
Newly added Pdf channel tab |
AddPdfTabBatch(String, Uri, Guid)
Adds a new Pdf channel tab
Declaration
ITeamChannelTab AddPdfTabBatch(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Pdf channel tab |
Uri
fileUri
Uri to the Pdf file that needs to be added as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
ITeamChannelTab
Newly added Pdf channel tab |
AddPdfTabBatchAsync(Batch, String, Uri, Guid)
Adds a new Excel channel tab
Declaration
Task<ITeamChannelTab> AddPdfTabBatchAsync(Batch batch, string name, Uri fileUri, Guid fileId)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the Excel channel tab |
Uri
fileUri
Uri to Pdf file that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
Task<ITeamChannelTab>
Newly added Excel channel tab |
AddPdfTabBatchAsync(String, Uri, Guid)
Adds a new Pdf channel tab
Declaration
Task<ITeamChannelTab> AddPdfTabBatchAsync(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Pdf channel tab |
Uri
fileUri
Uri to Pdf file that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
Task<ITeamChannelTab>
Newly added Pdf channel tab |
AddPlannerTab(String)
Adds a new planner channel tab
Declaration
ITeamChannelTab AddPlannerTab(string name)
Parameters
System.String
name
Display name of the planner channel tab |
Returns
ITeamChannelTab
Newly added planner channel tab |
AddPlannerTabAsync(String)
Adds a new planner channel tab
Declaration
Task<ITeamChannelTab> AddPlannerTabAsync(string name)
Parameters
System.String
name
Display name of the planner channel tab |
Returns
Task<ITeamChannelTab>
Newly added planner channel tab |
AddPlannerTabBatch(Batch, String)
Adds a new planner channel tab
Declaration
ITeamChannelTab AddPlannerTabBatch(Batch batch, string name)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the planner channel tab |
Returns
ITeamChannelTab
Newly added planner channel tab |
AddPlannerTabBatch(String)
Adds a new planner channel tab
Declaration
ITeamChannelTab AddPlannerTabBatch(string name)
Parameters
System.String
name
Display name of the planner channel tab |
Returns
ITeamChannelTab
Newly added planner channel tab |
AddPlannerTabBatchAsync(Batch, String)
Adds a new planner channel tab
Declaration
Task<ITeamChannelTab> AddPlannerTabBatchAsync(Batch batch, string name)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the planner channel tab |
Returns
Task<ITeamChannelTab>
Newly added planner channel tab |
AddPlannerTabBatchAsync(String)
Adds a new planner channel tab
Declaration
Task<ITeamChannelTab> AddPlannerTabBatchAsync(string name)
Parameters
System.String
name
Display name of the planner channel tab |
Returns
Task<ITeamChannelTab>
Newly added planner channel tab |
AddPowerBiTab(String)
Adds a new PowerBi channel tab
Declaration
ITeamChannelTab AddPowerBiTab(string name)
Parameters
System.String
name
Display name of the PowerBi channel tab |
Returns
ITeamChannelTab
Newly added PowerBi channel tab |
AddPowerBiTabAsync(String)
Adds a new PowerBi channel tab
Declaration
Task<ITeamChannelTab> AddPowerBiTabAsync(string name)
Parameters
System.String
name
Display name of the PowerBi channel tab |
Returns
Task<ITeamChannelTab>
Newly added PowerBi channel tab |
AddPowerBiTabBatch(Batch, String)
Adds a new PowerBi channel tab
Declaration
ITeamChannelTab AddPowerBiTabBatch(Batch batch, string name)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the PowerBi channel tab |
Returns
ITeamChannelTab
Newly added PowerBi channel tab |
AddPowerBiTabBatch(String)
Adds a new PowerBi channel tab
Declaration
ITeamChannelTab AddPowerBiTabBatch(string name)
Parameters
System.String
name
Display name of the PowerBi channel tab |
Returns
ITeamChannelTab
Newly added PowerBi channel tab |
AddPowerBiTabBatchAsync(Batch, String)
Adds a new PowerBi channel tab
Declaration
Task<ITeamChannelTab> AddPowerBiTabBatchAsync(Batch batch, string name)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the PowerBi channel tab |
Returns
Task<ITeamChannelTab>
Newly added PowerBi channel tab |
AddPowerBiTabBatchAsync(String)
Adds a new PowerBi channel tab
Declaration
Task<ITeamChannelTab> AddPowerBiTabBatchAsync(string name)
Parameters
System.String
name
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
Declaration
ITeamChannelTab AddPptTab(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Ppt channel tab |
Uri
fileUri
Uri to the Ppt that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
ITeamChannelTab
Newly added Ppt channel tab |
AddPptTabAsync(String, Uri, Guid)
Adds a new Ppt channel tab
Declaration
Task<ITeamChannelTab> AddPptTabAsync(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Ppt channel tab |
Uri
fileUri
Uri to the file that needs to be displayed as tab |
Guid
fileId
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
Declaration
ITeamChannelTab AddPptTabBatch(Batch batch, string name, Uri fileUri, Guid fileId)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the Ppt channel tab |
Uri
fileUri
Uri to Ppt file that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
ITeamChannelTab
Newly added Ppt channel tab |
AddPptTabBatch(String, Uri, Guid)
Adds a new Ppt channel tab
Declaration
ITeamChannelTab AddPptTabBatch(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Ppt channel tab |
Uri
fileUri
Uri to the Ppt file that needs to be added as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
ITeamChannelTab
Newly added Ppt channel tab |
AddPptTabBatchAsync(Batch, String, Uri, Guid)
Adds a new Ppt channel tab
Declaration
Task<ITeamChannelTab> AddPptTabBatchAsync(Batch batch, string name, Uri fileUri, Guid fileId)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the Ppt channel tab |
Uri
fileUri
Uri to Ppt file that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
Task<ITeamChannelTab>
Newly added Ppt channel tab |
AddPptTabBatchAsync(String, Uri, Guid)
Adds a new Ppt channel tab
Declaration
Task<ITeamChannelTab> AddPptTabBatchAsync(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Ppt channel tab |
Uri
fileUri
Uri to Ppt file that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
Task<ITeamChannelTab>
Newly added Ppt channel tab |
AddSharePointPageOrListTab(String)
AddSharePointPageOrListTabAsync(String)
AddSharePointPageOrListTabBatch(Batch, String)
AddSharePointPageOrListTabBatch(String)
AddSharePointPageOrListTabBatchAsync(Batch, String)
AddSharePointPageOrListTabBatchAsync(String)
AddStreamsTab(String)
Adds a new Streams channel tab
Declaration
ITeamChannelTab AddStreamsTab(string name)
Parameters
System.String
name
Display name of the Streams channel tab |
Returns
ITeamChannelTab
Newly added Streams channel tab |
AddStreamsTabAsync(String)
Adds a new Streams channel tab
Declaration
Task<ITeamChannelTab> AddStreamsTabAsync(string name)
Parameters
System.String
name
Display name of the Streams channel tab |
Returns
Task<ITeamChannelTab>
Newly added Streams channel tab |
AddStreamsTabBatch(Batch, String)
Adds a new streams channel tab
Declaration
ITeamChannelTab AddStreamsTabBatch(Batch batch, string name)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the streams channel tab |
Returns
ITeamChannelTab
Newly added Streams channel tab |
AddStreamsTabBatch(String)
Adds a new Streams channel tab
Declaration
ITeamChannelTab AddStreamsTabBatch(string name)
Parameters
System.String
name
Display name of the Streams channel tab |
Returns
ITeamChannelTab
Newly added Streams channel tab |
AddStreamsTabBatchAsync(Batch, String)
Adds a new streams channel tab
Declaration
Task<ITeamChannelTab> AddStreamsTabBatchAsync(Batch batch, string name)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the streams channel tab |
Returns
Task<ITeamChannelTab>
Newly added Streams channel tab |
AddStreamsTabBatchAsync(String)
Adds a new streams channel tab
Declaration
Task<ITeamChannelTab> AddStreamsTabBatchAsync(string name)
Parameters
System.String
name
Display name of the streams channel tab |
Returns
Task<ITeamChannelTab>
Newly added streams channel tab |
AddWebsiteTab(String, Uri)
Adds a new Website channel tab
Declaration
ITeamChannelTab AddWebsiteTab(string name, Uri websiteUri)
Parameters
System.String
name
Display name of the Website channel tab |
Uri
websiteUri
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
Declaration
Task<ITeamChannelTab> AddWebsiteTabAsync(string name, Uri websiteUri)
Parameters
System.String
name
Display name of the Website channel tab |
Uri
websiteUri
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
Declaration
ITeamChannelTab AddWebsiteTabBatch(Batch batch, string name, Uri websiteUri)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the Website channel tab |
Uri
websiteUri
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
Declaration
ITeamChannelTab AddWebsiteTabBatch(string name, Uri websiteUri)
Parameters
System.String
name
Display name of the Website channel tab |
Uri
websiteUri
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
Declaration
Task<ITeamChannelTab> AddWebsiteTabBatchAsync(Batch batch, string name, Uri websiteUri)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the Website channel tab |
Uri
websiteUri
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
Declaration
Task<ITeamChannelTab> AddWebsiteTabBatchAsync(string name, Uri websiteUri)
Parameters
System.String
name
Display name of the Website channel tab |
Uri
websiteUri
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
Declaration
ITeamChannelTab AddWikiTab(string name)
Parameters
System.String
name
Display name of the wiki channel tab |
Returns
ITeamChannelTab
Newly added wiki channel tab |
AddWikiTabAsync(String)
Adds a new wiki channel tab
Declaration
Task<ITeamChannelTab> AddWikiTabAsync(string name)
Parameters
System.String
name
Display name of the wiki channel tab |
Returns
Task<ITeamChannelTab>
Newly added wiki channel tab |
AddWikiTabBatch(Batch, String)
Adds a new wiki channel tab
Declaration
ITeamChannelTab AddWikiTabBatch(Batch batch, string name)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the wiki channel tab |
Returns
ITeamChannelTab
Newly added wiki channel tab |
AddWikiTabBatch(String)
Adds a new wiki channel tab
Declaration
ITeamChannelTab AddWikiTabBatch(string name)
Parameters
System.String
name
Display name of the wiki channel tab |
Returns
ITeamChannelTab
Newly added wiki channel tab |
AddWikiTabBatchAsync(Batch, String)
Adds a new wiki channel tab
Declaration
Task<ITeamChannelTab> AddWikiTabBatchAsync(Batch batch, string name)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the wiki channel tab |
Returns
Task<ITeamChannelTab>
Newly added wiki channel tab |
AddWikiTabBatchAsync(String)
Adds a new wiki channel tab
Declaration
Task<ITeamChannelTab> AddWikiTabBatchAsync(string name)
Parameters
System.String
name
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
Declaration
ITeamChannelTab AddWordTab(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Word channel tab |
Uri
fileUri
Uri to the website that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
ITeamChannelTab
Newly added Word channel tab |
AddWordTabAsync(String, Uri, Guid)
Adds a new Word channel tab
Declaration
Task<ITeamChannelTab> AddWordTabAsync(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Word channel tab |
Uri
fileUri
Uri to the file that needs to be displayed as tab |
Guid
fileId
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
Declaration
ITeamChannelTab AddWordTabBatch(Batch batch, string name, Uri fileUri, Guid fileId)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the Word channel tab |
Uri
fileUri
Uri to word file that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
ITeamChannelTab
Newly added Word channel tab |
AddWordTabBatch(String, Uri, Guid)
Adds a new Word channel tab
Declaration
ITeamChannelTab AddWordTabBatch(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Word channel tab |
Uri
fileUri
Uri to the Word file that needs to be added as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
ITeamChannelTab
Newly added Word channel tab |
AddWordTabBatchAsync(Batch, String, Uri, Guid)
Adds a new Word channel tab
Declaration
Task<ITeamChannelTab> AddWordTabBatchAsync(Batch batch, string name, Uri fileUri, Guid fileId)
Parameters
Batch
batch
Batch to use |
System.String
name
Display name of the Word channel tab |
Uri
fileUri
Uri to word file that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
Task<ITeamChannelTab>
Newly added Word channel tab |
AddWordTabBatchAsync(String, Uri, Guid)
Adds a new Word channel tab
Declaration
Task<ITeamChannelTab> AddWordTabBatchAsync(string name, Uri fileUri, Guid fileId)
Parameters
System.String
name
Display name of the Word channel tab |
Uri
fileUri
Uri to word file that needs to be displayed as tab |
Guid
fileId
The sourceDoc ID of the file |
Returns
Task<ITeamChannelTab>
Newly added Word channel tab |