TeamsManager Class

Service for managing connection with Microsoft Teams via Graph API

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebServiceAttribute(Namespace = "http://filehold.com/librarymanager/teamsmanager/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class TeamsManager : WebService
Inheritance
Object    MarshalByValueComponent    WebService    TeamsManager

Constructors

TeamsManagerInitializes a new instance of the TeamsManager class

Methods

BeginAddDriveDocument Add selected team file to the library
BeginAddDriveFile Add selected library document to the team and check out optionally
BeginCheckAccessToTeams 
BeginCheckInDocument Quick check-in document with selected teams file
BeginDeleteObsoleteFiles Remove selected files from team where the version in the team is older than the version in the library or where the version in the team is the same as the version in the library. Ignore files that are checked out or modified.
BeginGetDriveFiles Get files within selected team folder, supports paging and partially sorting
BeginGetDriveFilesTotal Get total number of files within selected team folder
BeginGetMyTeams Get teams folder structure previously loaded during synchronization
BeginGetSelectedFiles Get details of selected files in teams
BeginSynchronizeTeams Load and cache information about all teams folders accessible for current user
BeginSynchronizeTeamsDelta 
BeginUnlinkDocuments Remove the tracking between teams and library
BeginUpdateDriveFiles Update selected files in the team using latest versions of associated documents from the library
EndAddDriveDocument 
EndAddDriveFile 
EndCheckAccessToTeams 
EndCheckInDocument 
EndDeleteObsoleteFiles 
EndGetDriveFiles 
EndGetDriveFilesTotal 
EndGetMyTeams 
EndGetSelectedFiles 
EndSynchronizeTeams 
EndSynchronizeTeamsDelta 
EndUnlinkDocuments 
EndUpdateDriveFiles 
GetDocumentsToAddToDrive Get basic information about selected documents for adding to team folder
GetTeamsFolderInfo Get specific team folder info

Extension Methods

See Also